Smap refactorings

This commit is contained in:
Michael Bogdanov
2015-03-05 15:26:36 +03:00
parent 52999afc4a
commit a4117360a2
19 changed files with 491 additions and 165 deletions
@@ -114,6 +114,12 @@ public class LineNumberTestGenerated extends AbstractLineNumberTest {
doTest(fileName);
}
@TestMetadata("simpleSmap.kt")
public void testSimpleSmap() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/lineNumber/simpleSmap.kt");
doTest(fileName);
}
@TestMetadata("topLevel.kt")
public void testTopLevel() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/lineNumber/topLevel.kt");