Added 'synthetic' flag for bridge method.

#KT-3155 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-12-13 14:33:08 +04:00
parent e324d3914f
commit b8eb0c84ff
6 changed files with 27 additions and 1 deletions
@@ -336,6 +336,11 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/loadKotlin/fun"), "kt", true);
}
@TestMetadata("PropagateSubclassOfComparable.kt")
public void testPropagateSubclassOfComparable() throws Exception {
doTest("compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.kt");
}
@TestMetadata("compiler/testData/loadKotlin/fun/genericWithTypeVariables")
public static class GenericWithTypeVariables extends AbstractLoadCompiledKotlinTest {
public void testAllFilesPresentInGenericWithTypeVariables() throws Exception {
@@ -70,6 +70,11 @@ public class LazyResolveDescriptorRendererTestGenerated extends AbstractLazyReso
doTest("compiler/testData/renderer/InheritedMembersVisibility.kt");
}
@TestMetadata("KeywordsInNames.kt")
public void testKeywordsInNames() throws Exception {
doTest("compiler/testData/renderer/KeywordsInNames.kt");
}
@TestMetadata("TupleTypes.kt")
public void testTupleTypes() throws Exception {
doTest("compiler/testData/renderer/TupleTypes.kt");
@@ -338,6 +338,11 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/loadKotlin/fun"), "kt", true);
}
@TestMetadata("PropagateSubclassOfComparable.kt")
public void testPropagateSubclassOfComparable() throws Exception {
doTestSinglePackage("compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.kt");
}
@TestMetadata("compiler/testData/loadKotlin/fun/genericWithTypeVariables")
public static class GenericWithTypeVariables extends AbstractLazyResolveNamespaceComparingTest {
public void testAllFilesPresentInGenericWithTypeVariables() throws Exception {