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