If-then-else statements & correct line numbers

#KT-3036 Fixed
This commit is contained in:
Alexander Udalov
2012-11-22 15:44:18 +04:00
parent 8564c20baa
commit 99a908e8fe
6 changed files with 43 additions and 5 deletions
@@ -299,6 +299,10 @@ public class LineNumberTest extends TestCaseWithTmpdir {
doTestCustom();
}
public void testIfThenElse() {
doTestCustom();
}
public void testStaticDelegate() {
JetFile foo = createPsiFile("staticDelegate/foo.kt");
JetFile bar = createPsiFile("staticDelegate/bar.kt");