KT-805 Auto import on code completion insert (multifile test)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Import Class" "true"
|
||||
|
||||
import TestData.TestSample
|
||||
|
||||
fun test() {
|
||||
val a = TestSample
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace TestData
|
||||
|
||||
class TestSample() {}
|
||||
@@ -0,0 +1,5 @@
|
||||
// "Import Class" "true"
|
||||
|
||||
fun test() {
|
||||
val a = <caret>TestSample
|
||||
}
|
||||
Reference in New Issue
Block a user