When-statements & correct line numbers

This commit is contained in:
Alexander Udalov
2012-11-22 18:51:30 +04:00
parent aa898725fc
commit 9d3907ff98
8 changed files with 76 additions and 1 deletions
@@ -319,6 +319,14 @@ public class LineNumberTest extends TestCaseWithTmpdir {
doTestCustom();
}
public void testWhen() {
doTestCustom();
}
public void testWhenSubject() {
doTestCustom();
}
public void testStaticDelegate() {
JetFile foo = createPsiFile("staticDelegate/foo.kt");
JetFile bar = createPsiFile("staticDelegate/bar.kt");