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

6 lines
164 B
Kotlin

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