Write line numbers for inlined lambdas

This commit is contained in:
Mikhael Bogdanov
2014-03-19 15:39:29 +04:00
parent 3b60dfa45b
commit d059467727
6 changed files with 50 additions and 6 deletions
@@ -293,6 +293,10 @@ public class LineNumberTest extends TestCaseWithTmpdir {
doTest();
}
public void testInlineSimpleCall() {
doTest();
}
public void testCompileTimeConstant() {
doTestCustom();
}