Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/referenceExpression/enumEntryWithJavaNonEnumSuperclass.before.Main.kt
2016-07-20 15:39:19 +03:00

7 lines
208 B
Kotlin
Vendored

// "Create enum constant 'A'" "false"
// ACTION: Convert to block body
// ACTION: Create member property 'E.A'
// ACTION: Rename reference
// ERROR: Unresolved reference: A
internal fun foo(): X = E.<caret>A