Files
kotlin-fork/idea/testData/quickfix/migration/beforeBareSure.kt
T

6 lines
147 B
Kotlin

// "class org.jetbrains.jet.plugin.quickfix.MigrateSureInProjectFix" "false"
// ERROR: Unresolved reference: sure
fun test() {
<caret>sure()
}