Files
kotlin/compiler/testData/writeFlags/function/classObjectPrivate/privateFun.kt
2013-06-17 15:20:34 +04:00

14 lines
185 B
Kotlin

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