Added test for sam

This commit is contained in:
Mikhael Bogdanov
2013-12-02 13:06:22 +04:00
parent 712dcaac91
commit 59dbf75d80
2 changed files with 62 additions and 0 deletions
@@ -3832,6 +3832,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inline/returns.kt");
}
@TestMetadata("sam.kt")
public void testSam() throws Exception {
doTest("compiler/testData/diagnostics/tests/inline/sam.kt");
}
@TestMetadata("typed.kt")
public void testTyped() throws Exception {
doTest("compiler/testData/diagnostics/tests/inline/typed.kt");