Inline recursion diagnostic

This commit is contained in:
Mikhael Bogdanov
2013-12-02 12:29:26 +04:00
parent 9a9527906b
commit 0b2c3efc40
8 changed files with 44 additions and 3 deletions
@@ -3822,6 +3822,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inline/propagation.kt");
}
@TestMetadata("recursion.kt")
public void testRecursion() throws Exception {
doTest("compiler/testData/diagnostics/tests/inline/recursion.kt");
}
@TestMetadata("returns.kt")
public void testReturns() throws Exception {
doTest("compiler/testData/diagnostics/tests/inline/returns.kt");