Files
kotlin/compiler/testData/writeFlags/function/deprecatedFlag/funInClassObject.kt
2015-09-04 18:19:31 +03:00

10 lines
210 B
Kotlin
Vendored

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