Created automatic labeling of function expression.

This commit is contained in:
Stanislav Erokhin
2015-03-16 20:14:08 +03:00
parent 4eac3f3f0e
commit 446816e3db
4 changed files with 35 additions and 3 deletions
@@ -4634,6 +4634,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/functionAsExpression"), Pattern.compile("^(.+)\\.kt$"), true);
}
@TestMetadata("AutoLabels.kt")
public void testAutoLabels() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/functionAsExpression/AutoLabels.kt");
doTest(fileName);
}
@TestMetadata("Common.kt")
public void testCommon() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/functionAsExpression/Common.kt");