Files
kotlin-fork/idea/testData/quickfix/variables/changeToPropertyAccess/enumEntryCall.kt
T

8 lines
91 B
Kotlin
Vendored

// "Remove invocation" "true"
enum class Test {
A
}
fun test() {
Test.A<caret>()
}