mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
9 lines
139 B
Kotlin
9 lines
139 B
Kotlin
// SIBLING:
|
|
public class A {
|
|
class object {
|
|
private val t: Int = 1
|
|
}
|
|
fun f() {
|
|
<selection>t</selection>
|
|
}
|
|
} |