Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/importDirective/enumEntryInJavaEnum.before.Main.kt
2015-12-08 16:20:56 +03:00

12 lines
251 B
Kotlin
Vendored

// "Create enum constant 'A'" "false"
// ACTION: Create annotation 'A'
// ACTION: Create class 'A'
// ACTION: Create enum 'A'
// ACTION: Create interface 'A'
// ACTION: Rename reference
// ERROR: Unresolved reference: A
import E.<caret>A
class X {
}