mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
7 lines
208 B
Kotlin
Vendored
7 lines
208 B
Kotlin
Vendored
// "Create enum constant 'A'" "false"
|
|
// ACTION: Convert to block body
|
|
// ACTION: Create member property 'J.A'
|
|
// ACTION: Rename reference
|
|
// ERROR: Unresolved reference: A
|
|
internal fun foo(): J = J.<caret>A
|