Add regression test for obsolete issue

#KT-17365
This commit is contained in:
Alexander Udalov
2017-05-16 17:08:33 +03:00
parent 49453ca705
commit 18a211cb84
2 changed files with 14 additions and 0 deletions
@@ -66,6 +66,12 @@ public class ReplInterpreterTestGenerated extends AbstractReplInterpreterTest {
doTest(fileName);
}
@TestMetadata("exceptionInVariableInitializer.repl")
public void testExceptionInVariableInitializer() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/repl/exceptionInVariableInitializer.repl");
doTest(fileName);
}
@TestMetadata("function.repl")
public void testFunction() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/repl/function.repl");