Files
kotlin-fork/idea/testData/quickfix/autoImports/noImportInQualifiedExpressionNotFirst.before.Main.kt
T
2019-06-17 01:10:19 +03:00

13 lines
359 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
// ACTION: Convert to lazy property
// ACTION: Convert property initializer to getter
// ACTION: Create class 'SomeTest'
// ACTION: Rename reference
// ACTION: Convert to run
// ACTION: Convert to with
// ERROR: Unresolved reference: SomeTest
package testing
val x = testing.<caret>SomeTest()