863e32c5cd
#KT-9938 Fixed
12 lines
394 B
Kotlin
Vendored
12 lines
394 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
|
// ERROR: Unresolved reference: SomeTest
|
|
// ERROR: Expression expected, but a package name found
|
|
// ACTION: Convert property initializer to getter
|
|
// ACTION: Create class 'SomeTest'
|
|
// ACTION: Replace safe access expression with 'if' expression
|
|
// ACTION: Rename reference
|
|
|
|
package testing
|
|
|
|
val x = testing?.<caret>SomeTest()
|