KT-805 Auto import on code completion insert (multifile test)

This commit is contained in:
Nikolay Krasko
2011-12-19 19:32:02 +04:00
parent e19acf4922
commit 17e8a2663d
6 changed files with 244 additions and 8 deletions
@@ -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
}