mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
11 lines
159 B
Kotlin
11 lines
159 B
Kotlin
class A {
|
|
fun foo() {
|
|
{
|
|
fun innerFoo() {
|
|
"" // A\$foo\$1\$1
|
|
}
|
|
innerFoo()
|
|
}()
|
|
}
|
|
}
|