Files
kotlin/compiler/testData/writeFlags/function/deprecatedFlag/funInClassObject.kt

10 lines
210 B
Kotlin

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