Prioritized synthetic and not synthetic functions.

This commit is contained in:
Evgeny Gerashchenko
2013-03-28 19:56:40 +04:00
parent 2e678a94f1
commit 0fee69fe07
4 changed files with 20 additions and 2 deletions
@@ -3174,6 +3174,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/overload/OverloadVarAndFunInClass.kt");
}
@TestMetadata("SyntheticAndNotSynthetic.kt")
public void testSyntheticAndNotSynthetic() throws Exception {
doTest("compiler/testData/diagnostics/tests/overload/SyntheticAndNotSynthetic.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/tests/override")