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

7 lines
165 B
Kotlin

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