Migrated from @HiddenDeclaration to @Deprecated(..., level = DeprecationLevel.HIDDEN)

This commit is contained in:
Andrey Breslav
2015-10-09 14:49:41 +03:00
parent 7663afb7e0
commit 8e7f6f3c8c
14 changed files with 88 additions and 120 deletions
+3 -2
View File
@@ -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