Files
kotlin/compiler/testData/writeFlags/function/deprecatedFlag/emptyGetter.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

9 lines
184 B
Kotlin

class MyClass() {
val test = ""
[deprecated("")] get
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: MyClass, getTest
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL