Files
kotlin-fork/idea/testData/quickfix/autoImports/noImportInSafeQualifiedExpressionNotFirst.after.kt
T
Valentin Kipyatkov 9cddd0d1a4 Renamed classes
2016-08-29 13:38:17 +03:00

10 lines
384 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
// ERROR: Unresolved reference: SomeTest
// ERROR: Expression expected, but a package name found
// ACTION: Edit intention settings
// ACTION: Replace safe access expression with 'if' expression
// ACTION: Disable 'Replace Safe Access Expression with 'if' Expression'
package testing
val x = testing?.<caret>SomeTest()