funTypeParameterWithTwoUpperBounds() : jet.Int where P : rendererTest.Bar, P : rendererTest.Foo defined in rendererTest +//internal fun
funTypeParameterWithTwoUpperBounds() : jet.Int where P : rendererTest.Foo, P : rendererTest.Bar defined in rendererTest //
defined in rendererTest.funTypeParameterWithTwoUpperBounds //jet.deprecated internal fun deprecatedFun() : Unit defined in rendererTest diff --git a/compiler/tests/org/jetbrains/jet/jvm/compiler/LoadCompiledKotlinTestGenerated.java b/compiler/tests/org/jetbrains/jet/jvm/compiler/LoadCompiledKotlinTestGenerated.java index 09971468640..934dd5f4b99 100644 --- a/compiler/tests/org/jetbrains/jet/jvm/compiler/LoadCompiledKotlinTestGenerated.java +++ b/compiler/tests/org/jetbrains/jet/jvm/compiler/LoadCompiledKotlinTestGenerated.java @@ -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"); diff --git a/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveNamespaceComparingTestGenerated.java b/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveNamespaceComparingTestGenerated.java index d1f6fbc09e8..cfa0c74362a 100644 --- a/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveNamespaceComparingTestGenerated.java +++ b/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveNamespaceComparingTestGenerated.java @@ -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") diff --git a/idea/testData/diagnosticMessage/conflictingSubstitutions1.html b/idea/testData/diagnosticMessage/conflictingSubstitutions1.html index 7bed579e118..d4856e6bdf5 100644 --- a/idea/testData/diagnosticMessage/conflictingSubstitutions1.html +++ b/idea/testData/diagnosticMessage/conflictingSubstitutions1.html @@ -22,7 +22,7 @@ t : T