When-statements & correct line numbers
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user