mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
13 lines
277 B
Kotlin
13 lines
277 B
Kotlin
// "Create parameter 'foo'" "false"
|
|
// ACTION: Create local variable 'foo'
|
|
// ACTION: Create property 'foo'
|
|
// ACTION: Split property declaration
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
class A {
|
|
default object {
|
|
{
|
|
val t: Int = <caret>foo
|
|
}
|
|
}
|
|
} |