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