Drop all tests that disable features for language version less than 3

This commit is contained in:
Ivan Kylchik
2021-12-27 15:54:18 +03:00
parent 549ea1a3b9
commit 6fc56477bf
151 changed files with 0 additions and 5673 deletions
@@ -746,12 +746,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/ShiftFunctionTypes.kt");
}
@Test
@TestMetadata("SingleUnderscoreUnsupported.kt")
public void testSingleUnderscoreUnsupported() throws Exception {
runTest("compiler/testData/diagnostics/tests/SingleUnderscoreUnsupported.kt");
}
@Test
@TestMetadata("StarsInFunctionCalls.kt")
public void testStarsInFunctionCalls() throws Exception {
@@ -944,12 +938,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/UnusedParameters.kt");
}
@Test
@TestMetadata("UnusedParametersVersion10.kt")
public void testUnusedParametersVersion10() throws Exception {
runTest("compiler/testData/diagnostics/tests/UnusedParametersVersion10.kt");
}
@Test
@TestMetadata("UnusedVariables.kt")
public void testUnusedVariables() throws Exception {
@@ -3436,12 +3424,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/callableReference/generic/nestedCallWithOverload.kt");
}
@Test
@TestMetadata("noInferenceFeatureForCallableReferences.kt")
public void testNoInferenceFeatureForCallableReferences() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/generic/noInferenceFeatureForCallableReferences.kt");
}
@Test
@TestMetadata("resolutionGenericCallableWithNullableTypes.kt")
public void testResolutionGenericCallableWithNullableTypes() throws Exception {
@@ -4893,12 +4875,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/collectionLiterals/defaultValuesWithConstantsInAnnotation.kt");
}
@Test
@TestMetadata("noArrayLiteralsInAnnotationsFeature.kt")
public void testNoArrayLiteralsInAnnotationsFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/collectionLiterals/noArrayLiteralsInAnnotationsFeature.kt");
}
@Test
@TestMetadata("noCollectionLiterals.kt")
public void testNoCollectionLiterals() throws Exception {
@@ -5847,12 +5823,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/unresolvedReference.kt");
}
@Test
@TestMetadata("unusedInAnonymous.kt")
public void testUnusedInAnonymous() throws Exception {
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/unusedInAnonymous.kt");
}
@Test
@TestMetadata("useUninitializedInLambda.kt")
public void testUseUninitializedInLambda() throws Exception {
@@ -8391,12 +8361,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
public void testSimpleProvideDelegate() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/simpleProvideDelegate.kt");
}
@Test
@TestMetadata("unsupportedOperatorProvideDelegate.kt")
public void testUnsupportedOperatorProvideDelegate() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/unsupportedOperatorProvideDelegate.kt");
}
}
}
@@ -11410,12 +11374,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/functionLiterals/destructuringInLambdas/underscore.kt");
}
@Test
@TestMetadata("unsupportedFeature.kt")
public void testUnsupportedFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/functionLiterals/destructuringInLambdas/unsupportedFeature.kt");
}
@Test
@TestMetadata("unusedParameters.kt")
public void testUnusedParameters() throws Exception {
@@ -16269,12 +16227,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inline/default.kt");
}
@Test
@TestMetadata("defaultLambdaInlineDisable.kt")
public void testDefaultLambdaInlineDisable() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/defaultLambdaInlineDisable.kt");
}
@Test
@TestMetadata("defaultLambdaInlineSuspend.kt")
public void testDefaultLambdaInlineSuspend() throws Exception {
@@ -16311,12 +16263,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inline/inlineLambdaInDefaultInlineParameter.kt");
}
@Test
@TestMetadata("inlineLambdaInDefaultInlineParameterDisabled.kt")
public void testInlineLambdaInDefaultInlineParameterDisabled() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/inlineLambdaInDefaultInlineParameterDisabled.kt");
}
@Test
@TestMetadata("inlineReified.kt")
public void testInlineReified() throws Exception {
@@ -16521,12 +16467,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inline/superProperty.kt");
}
@Test
@TestMetadata("unsupportedConstruction.kt")
public void testUnsupportedConstruction() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/unsupportedConstruction.kt");
}
@Test
@TestMetadata("vararg.kt")
public void testVararg() throws Exception {
@@ -17105,12 +17045,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inner/extensionLambdaInsideNestedClass.kt");
}
@Test
@TestMetadata("illegalModifier.kt")
public void testIllegalModifier() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/illegalModifier.kt");
}
@Test
@TestMetadata("illegalModifier_lv12.kt")
public void testIllegalModifier_lv12() throws Exception {
@@ -17123,12 +17057,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/inner/innerClassInEnumEntryClassMemberResolve.kt");
}
@Test
@TestMetadata("innerClassInEnumEntryClass_lv11.kt")
public void testInnerClassInEnumEntryClass_lv11() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/innerClassInEnumEntryClass_lv11.kt");
}
@Test
@TestMetadata("innerClassInEnumEntryClass_lv12.kt")
public void testInnerClassInEnumEntryClass_lv12() throws Exception {
@@ -17473,12 +17401,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/j+k/defaultMethodsIndirectInheritance.kt");
}
@Test
@TestMetadata("defaultMethods_warning.kt")
public void testDefaultMethods_warning() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/defaultMethods_warning.kt");
}
@Test
@TestMetadata("differentFilename.kt")
public void testDifferentFilename() throws Exception {
@@ -19173,12 +19095,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/lateinit"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("modifierApplicability.kt")
public void testModifierApplicability() throws Exception {
runTest("compiler/testData/diagnostics/tests/lateinit/modifierApplicability.kt");
}
@Test
@TestMetadata("modifierApplicability_lv12.kt")
public void testModifierApplicability_lv12() throws Exception {
@@ -19420,12 +19336,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/modifiers/const/kt15913.kt");
}
@Test
@TestMetadata("noDivisionByZeroFeature.kt")
public void testNoDivisionByZeroFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/modifiers/const/noDivisionByZeroFeature.kt");
}
@Test
@TestMetadata("types.kt")
public void testTypes() throws Exception {
@@ -21361,18 +21271,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/operatorRem/modWithRemAssign.kt");
}
@Test
@TestMetadata("noDeprecatedModConventionWithoutFeature.kt")
public void testNoDeprecatedModConventionWithoutFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/noDeprecatedModConventionWithoutFeature.kt");
}
@Test
@TestMetadata("noOperatorRemFeature.kt")
public void testNoOperatorRemFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/noOperatorRemFeature.kt");
}
@Test
@TestMetadata("numberRemConversions.kt")
public void testNumberRemConversions() throws Exception {
@@ -21444,12 +21342,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
public void testResolveModIfRemIsHidden() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/resolveModIfRemIsHidden.kt");
}
@Test
@TestMetadata("resolveToModWhenNoOperatorRemFeature.kt")
public void testResolveToModWhenNoOperatorRemFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/resolveToModWhenNoOperatorRemFeature.kt");
}
}
@Nested
@@ -23296,12 +23188,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/properties/inferenceFromGetters/topLevel.kt");
}
@Test
@TestMetadata("unsupportedInferenceFromGetters.kt")
public void testUnsupportedInferenceFromGetters() throws Exception {
runTest("compiler/testData/diagnostics/tests/properties/inferenceFromGetters/unsupportedInferenceFromGetters.kt");
}
@Test
@TestMetadata("vars.kt")
public void testVars() throws Exception {
@@ -25156,12 +25042,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/resolve/dslMarker/typeAliasToBuiltinFunctionType.kt");
}
@Test
@TestMetadata("unsupportedFeature.kt")
public void testUnsupportedFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/dslMarker/unsupportedFeature.kt");
}
@Test
@TestMetadata("useOfExtensions.kt")
public void testUseOfExtensions() throws Exception {
@@ -27945,12 +27825,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/smartCasts/lambdaUsesOwnerModifies.kt");
}
@Test
@TestMetadata("level_1_0.kt")
public void testLevel_1_0() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/level_1_0.kt");
}
@Test
@TestMetadata("localClassChanges.kt")
public void testLocalClassChanges() throws Exception {
@@ -28248,12 +28122,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/smartCasts/castchecks"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("basicOff.kt")
public void testBasicOff() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/castchecks/basicOff.kt");
}
@Test
@TestMetadata("basicOn.kt")
public void testBasicOn() throws Exception {
@@ -29176,12 +29044,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/smartCasts/safecalls/receiverAndChainFalse.kt");
}
@Test
@TestMetadata("safeAccessReceiverNotNull.kt")
public void testSafeAccessReceiverNotNull() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/safecalls/safeAccessReceiverNotNull.kt");
}
@Test
@TestMetadata("safeCallIsAlwaysNullable.kt")
public void testSafeCallIsAlwaysNullable() throws Exception {
@@ -29424,12 +29286,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/capturedInClosureModifiedBefore.kt");
}
@Test
@TestMetadata("capturedInClosureOff.kt")
public void testCapturedInClosureOff() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/capturedInClosureOff.kt");
}
@Test
@TestMetadata("doWhileWithBreak.kt")
public void testDoWhileWithBreak() throws Exception {
@@ -29598,12 +29454,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/setNullInTryFinally.kt");
}
@Test
@TestMetadata("setNullInTryUnsound.kt")
public void testSetNullInTryUnsound() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/setNullInTryUnsound.kt");
}
@Test
@TestMetadata("setSameInTry.kt")
public void testSetSameInTry() throws Exception {
@@ -29717,42 +29567,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/sourceCompatibility"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("inlineFunctionAlways.kt")
public void testInlineFunctionAlways() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/inlineFunctionAlways.kt");
}
@Test
@TestMetadata("noBigFunctionTypes.kt")
public void testNoBigFunctionTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBigFunctionTypes.kt");
}
@Test
@TestMetadata("noCallableReferencesWithEmptyLHS.kt")
public void testNoCallableReferencesWithEmptyLHS() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noCallableReferencesWithEmptyLHS.kt");
}
@Test
@TestMetadata("noDataClassInheritance.kt")
public void testNoDataClassInheritance() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noDataClassInheritance.kt");
}
@Test
@TestMetadata("noInlineProperty.kt")
public void testNoInlineProperty() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noInlineProperty.kt");
}
@Test
@TestMetadata("noLocalDelegatedProperty.kt")
public void testNoLocalDelegatedProperty() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noLocalDelegatedProperty.kt");
}
@Test
@TestMetadata("noMultiplatformProjects.kt")
public void testNoMultiplatformProjects() throws Exception {
@@ -29834,40 +29654,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/apiVersion/typealiasesOnImport.kt");
}
}
@Nested
@TestMetadata("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences")
@TestDataPath("$PROJECT_ROOT")
public class NoBoundCallableReferences {
@Test
public void testAllFilesPresentInNoBoundCallableReferences() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("boundCallableReference.kt")
public void testBoundCallableReference() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/boundCallableReference.kt");
}
@Test
@TestMetadata("boundClassLiteral.kt")
public void testBoundClassLiteral() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/boundClassLiteral.kt");
}
@Test
@TestMetadata("qualifiedJavaClassLiteralInKClassExtension.kt")
public void testQualifiedJavaClassLiteralInKClassExtension() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/qualifiedJavaClassLiteralInKClassExtension.kt");
}
@Test
@TestMetadata("qualifiedJavaClassReferenceInKClassExtension.kt")
public void testQualifiedJavaClassReferenceInKClassExtension() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/qualifiedJavaClassReferenceInKClassExtension.kt");
}
}
}
@Nested
@@ -30616,18 +30402,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/overloadResolutionStatic.kt");
}
@Test
@TestMetadata("overloadResolutionStaticWithoutRefinedSams.kt")
public void testOverloadResolutionStaticWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/overloadResolutionStaticWithoutRefinedSams.kt");
}
@Test
@TestMetadata("overloadResolutionWithoutRefinedSams.kt")
public void testOverloadResolutionWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/overloadResolutionWithoutRefinedSams.kt");
}
@Test
@TestMetadata("PackageLocal.kt")
public void testPackageLocal() throws Exception {
@@ -31919,12 +31693,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/typealias/typealiasRhsRepeatedAnnotations.kt");
}
@Test
@TestMetadata("unsupportedTypeAlias.kt")
public void testUnsupportedTypeAlias() throws Exception {
runTest("compiler/testData/diagnostics/tests/typealias/unsupportedTypeAlias.kt");
}
@Test
@TestMetadata("unusedTypeAliasParameter.kt")
public void testUnusedTypeAliasParameter() throws Exception {
@@ -31952,12 +31720,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
public void testIllegalUnderscores() throws Exception {
runTest("compiler/testData/diagnostics/tests/underscoresInNumericLiterals/illegalUnderscores.kt");
}
@Test
@TestMetadata("noUnderscores.kt")
public void testNoUnderscores() throws Exception {
runTest("compiler/testData/diagnostics/tests/underscoresInNumericLiterals/noUnderscores.kt");
}
}
@Nested
@@ -32457,12 +32219,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/varargs/NilaryVsVararg.kt");
}
@Test
@TestMetadata("noAssigningArraysToVarargsFeature.kt")
public void testNoAssigningArraysToVarargsFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/varargs/noAssigningArraysToVarargsFeature.kt");
}
@Test
@TestMetadata("NullableTypeForVarargArgument.kt")
public void testNullableTypeForVarargArgument() throws Exception {
@@ -37609,24 +37365,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithGenerics.kt");
}
@Test
@TestMetadata("samOverloadsWithGenericsWithoutRefinedSams.kt")
public void testSamOverloadsWithGenericsWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithGenericsWithoutRefinedSams.kt");
}
@Test
@TestMetadata("samOverloadsWithKtFunction.kt")
public void testSamOverloadsWithKtFunction() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithKtFunction.kt");
}
@Test
@TestMetadata("samOverloadsWithKtFunctionWithoutRefinedSams.kt")
public void testSamOverloadsWithKtFunctionWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithKtFunctionWithoutRefinedSams.kt");
}
@Test
@TestMetadata("sameNameClassesFromSupertypes.kt")
public void testSameNameClassesFromSupertypes() throws Exception {
@@ -37728,22 +37472,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
}
}
@Nested
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/sourceCompatibility")
@TestDataPath("$PROJECT_ROOT")
public class SourceCompatibility {
@Test
public void testAllFilesPresentInSourceCompatibility() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/sourceCompatibility"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("noDefaultImportOfKotlinComparisons.kt")
public void testNoDefaultImportOfKotlinComparisons() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/sourceCompatibility/noDefaultImportOfKotlinComparisons.kt");
}
}
@Nested
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/targetedBuiltIns")
@TestDataPath("$PROJECT_ROOT")
@@ -37758,12 +37486,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
public void testBlackListed() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/targetedBuiltIns/blackListed.kt");
}
@Test
@TestMetadata("unsupportedFeature.kt")
public void testUnsupportedFeature() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/targetedBuiltIns/unsupportedFeature.kt");
}
}
@Nested
@@ -37945,12 +37667,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/exceptionTypeAliasesInvisibleWithApiVersion1_0.kt");
}
@Test
@TestMetadata("exceptionTypeAliasesInvisibleWithoutFeature.kt")
public void testExceptionTypeAliasesInvisibleWithoutFeature() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/exceptionTypeAliasesInvisibleWithoutFeature.kt");
}
@Test
@TestMetadata("hashMapTypeAlias.kt")
public void testHashMapTypeAlias() throws Exception {