Files
kotlin/compiler/testData/writeFlags/function/deprecatedFlag/funInClass.kt
Natalia.Ukhorskaya 62d8153ada Map java.land.Deprecated to jet.deprecated
Change testData for deprecated annotation
 #KT-2947 Fixed
2012-10-18 19:14:04 +04:00

8 lines
167 B
Kotlin

class MyClass() {
deprecated("") fun test() {}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: MyClass, test
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL