mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
11 lines
290 B
Kotlin
Vendored
11 lines
290 B
Kotlin
Vendored
// "Create property 'foo'" "false"
|
|
// ACTION: Create abstract property 'foo'
|
|
// ACTION: Create local variable 'foo'
|
|
// ACTION: Create object 'foo'
|
|
// ACTION: Create parameter 'foo'
|
|
// ACTION: Rename reference
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
interface IF1 {
|
|
fun af2() = <caret>foo
|
|
} |