Files
kotlin/compiler/testData/writeFlags/function/classObjectPrivate/privateFun.kt
2015-04-07 13:08:51 +03:00

14 lines
197 B
Kotlin
Vendored

class Foo {
init {Foo.test()}
companion object {
private fun test() {
}
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Foo$Companion, test
// FLAGS: ACC_PRIVATE, ACC_FINAL