Files
kotlin-fork/idea/testData/quickfix/autoImports/noImportInQualifiedExpressionNotFirst.after.kt
T
Nikolay Krasko c224b6441d KT-3133 Editor suggest to specify the package when it already has specified
Do not suggest imports in imports and in qualified names
 #KT-3133 Fixed
2012-12-07 14:50:22 +04:00

7 lines
110 B
Kotlin

// "Import" "false"
// ERROR: Unresolved reference: SomeTest
package testing
val x = some.<caret>SomeTest()