Migrated from @HiddenDeclaration to @Deprecated(..., level = DeprecationLevel.HIDDEN)
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
||||
class MyClass() {
|
||||
@HiddenDeclaration fun test() {}
|
||||
@Deprecated("hidden", level = DeprecationLevel.HIDDEN)
|
||||
fun test() {}
|
||||
}
|
||||
|
||||
// TESTED_OBJECT_KIND: function
|
||||
// TESTED_OBJECTS: MyClass, test
|
||||
// FLAGS: ACC_SYNTHETIC, ACC_PUBLIC, ACC_FINAL
|
||||
// FLAGS: ACC_SYNTHETIC, ACC_PUBLIC, ACC_FINAL, ACC_DEPRECATED
|
||||
|
||||
Reference in New Issue
Block a user