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