Added test for KT-5272 which is not reproduced
This commit is contained in:
@@ -142,4 +142,6 @@ public class BasicCompletionHandlerTest : CompletionHandlerTestBase(){
|
||||
|
||||
fun testLocalClassCompletion() = doTest(1, "LocalClass", null, '\n')
|
||||
fun testNestedLocalClassCompletion() = doTest(1, "Nested", null, '\n')
|
||||
|
||||
fun testTypeArgOfSuper() = doTest(1, "X", null, '\n')
|
||||
}
|
||||
Reference in New Issue
Block a user