Files
kotlin/compiler/testData/writeFlags/function/deprecatedFlag/funInClass.kt
2015-09-18 10:14:32 +03:00

8 lines
168 B
Kotlin
Vendored

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