Fix import resolution in Repl

#KT-11428 Fixed

 Refactor ReplState to be a component
This commit is contained in:
Pavel V. Talanov
2016-04-07 20:06:38 +03:00
parent 9f67072098
commit 5058e9b4e6
8 changed files with 87 additions and 81 deletions
@@ -89,6 +89,12 @@ public class ReplInterpreterTestGenerated extends AbstractReplInterpreterTest {
doTest(fileName);
}
@TestMetadata("multipleImports.repl")
public void testMultipleImports() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/repl/multipleImports.repl");
doTest(fileName);
}
@TestMetadata("simple.repl")
public void testSimple() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/repl/simple.repl");