Completion: added a test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
class object {
|
||||
class Some
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
Test.S<caret>
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
class object {
|
||||
class Some
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
Test.Some<caret>
|
||||
}
|
||||
@@ -128,4 +128,5 @@ public class BasicCompletionHandlerTest : CompletionHandlerTestBase(){
|
||||
|
||||
fun testEnumMember() = doTest(1, "A", null, '\n')
|
||||
fun testEnumMember1() = doTest(1, "A", null, '\n')
|
||||
fun testClassFromClassObject() = doTest(1, "Some", null, '\n')
|
||||
}
|
||||
Reference in New Issue
Block a user