mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
12 lines
198 B
Kotlin
Vendored
12 lines
198 B
Kotlin
Vendored
class Foo {
|
|
|
|
init {Foo.test}
|
|
|
|
companion object {
|
|
private var test = "String"
|
|
}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: Foo$Companion, setTest
|
|
// FLAGS: ACC_PRIVATE, ACC_FINAL |