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

7 lines
101 B
Kotlin
Vendored

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