Files
kotlin/compiler/testData/writeFlags/function/constructors/objectInClass.kt
Michael Bogdanov 8198ac77cb Generate private constructor for object
#KT-9510 Fixed
2015-10-09 16:25:20 +03:00

8 lines
124 B
Kotlin
Vendored

class Foo {
object Test {
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Foo$Test, <init>
// FLAGS: ACC_PRIVATE