mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
8 lines
118 B
Kotlin
Vendored
8 lines
118 B
Kotlin
Vendored
// SIBLING:
|
|
class A {
|
|
private val t: Int = 1
|
|
|
|
fun foo(): Int {
|
|
return <selection>t</selection>
|
|
}
|
|
} |