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