1a13c21377
(cherry picked from commit c0d5df1)
9 lines
243 B
Kotlin
Vendored
9 lines
243 B
Kotlin
Vendored
// "Create property 'foo'" "false"
|
|
// ACTION: Convert to expression body
|
|
// ACTION: Create extension property 'A.foo'
|
|
// ACTION: Rename reference
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
internal fun test(a: A): String? {
|
|
return a.<caret>foo
|
|
} |