Removed sorting of upper bounds in renderer.
Removed corresponding test.
This commit is contained in:
@@ -95,11 +95,6 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
|
||||
doTest("compiler/testData/loadKotlin/class/ClassParamUpperInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ClassParamUpperInterfaceClassBound.kt")
|
||||
public void testClassParamUpperInterfaceClassBound() throws Exception {
|
||||
doTest("compiler/testData/loadKotlin/class/ClassParamUpperInterfaceClassBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ClassTwoParams.kt")
|
||||
public void testClassTwoParams() throws Exception {
|
||||
doTest("compiler/testData/loadKotlin/class/ClassTwoParams.kt");
|
||||
@@ -417,11 +412,6 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
|
||||
doTest("compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunParamUpperInterfaceClassBound.kt")
|
||||
public void testFunParamUpperInterfaceClassBound() throws Exception {
|
||||
doTest("compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceClassBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunParamVaragParam.kt")
|
||||
public void testFunParamVaragParam() throws Exception {
|
||||
doTest("compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamVaragParam.kt");
|
||||
|
||||
+2
-12
@@ -97,11 +97,6 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/loadKotlin/class/ClassParamUpperInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ClassParamUpperInterfaceClassBound.kt")
|
||||
public void testClassParamUpperInterfaceClassBound() throws Exception {
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/loadKotlin/class/ClassParamUpperInterfaceClassBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ClassTwoParams.kt")
|
||||
public void testClassTwoParams() throws Exception {
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/loadKotlin/class/ClassTwoParams.kt");
|
||||
@@ -419,11 +414,6 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunParamUpperInterfaceClassBound.kt")
|
||||
public void testFunParamUpperInterfaceClassBound() throws Exception {
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamUpperInterfaceClassBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunParamVaragParam.kt")
|
||||
public void testFunParamVaragParam() throws Exception {
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/loadKotlin/fun/genericWithTypeVariables/FunParamVaragParam.kt");
|
||||
@@ -1816,9 +1806,9 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.generators.tests.GenerateTests", new File("compiler/testData/lazyResolve/namespaceComparator"), "kt", true);
|
||||
}
|
||||
|
||||
@TestMetadata("classObject.kt")
|
||||
@TestMetadata("ClassObject.kt")
|
||||
public void testClassObject() throws Exception {
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/lazyResolve/namespaceComparator/classObject.kt");
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/lazyResolve/namespaceComparator/ClassObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classObjectAnnotation.kt")
|
||||
|
||||
Reference in New Issue
Block a user