Add multi-file tests for primitive completion
- This is required to test/debug correct completion from imports
This commit is contained in:
committed by
Ilya Kirillov
parent
1b3a1a662f
commit
ebf20c9706
+7
@@ -0,0 +1,7 @@
|
||||
package dependency
|
||||
|
||||
class TopLevelClass {
|
||||
class NestedClass
|
||||
|
||||
inner class InnerClass
|
||||
}
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import dependency.TopLevelClass.*
|
||||
|
||||
fun usage() {
|
||||
<caret>
|
||||
}
|
||||
|
||||
// EXIST: NestedClass
|
||||
// EXIST: InnerClass
|
||||
Reference in New Issue
Block a user