8 lines
118 B
Kotlin
8 lines
118 B
Kotlin
// SIBLING:
|
|
class A {
|
|
private val t: Int = 1
|
|
|
|
fun foo(): Int {
|
|
return <selection>t</selection>
|
|
}
|
|
} |