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