Implement IdeReplCompletionTest to test completion of entities declared in already evaluated lines

This commit is contained in:
Pavel V. Talanov
2016-04-13 16:45:49 +03:00
parent f59638d60f
commit c7cefad7d5
10 changed files with 193 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
>> class MyClass { fun f() {} fun g() {} }
-- val g: M
// EXIST: MyClass