Minor. Regenerate tests
This commit is contained in:
committed by
teamcityserver
parent
c3646b11ac
commit
8f41badf74
+15
@@ -2413,6 +2413,11 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/definitelyNotNullIntersectionType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("elvisAndUnit.kt")
|
||||
public void testElvisAndUnit() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/elvisAndUnit.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionCallableReferences.kt")
|
||||
public void testExtensionCallableReferences() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/extensionCallableReferences.kt");
|
||||
@@ -2482,6 +2487,11 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
public void testTypeDepthForTypeAlias() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/typeDepthForTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unitUpperBound.kt")
|
||||
public void testUnitUpperBound() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/unitUpperBound.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/fir/analysis-tests/testData/resolve/inlineClasses")
|
||||
@@ -3452,6 +3462,11 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
public void testCastToBareType() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/types/castToBareType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasInArguments.kt")
|
||||
public void testTypeAliasInArguments() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/types/typeAliasInArguments.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/fir/analysis-tests/testData/resolve/visibility")
|
||||
|
||||
+5
@@ -11485,6 +11485,11 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completion/equalityConstraintUpstairs.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("errorAfterCompletion.kt")
|
||||
public void testErrorAfterCompletion() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completion/errorAfterCompletion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("flexibleType.kt")
|
||||
public void testFlexibleType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completion/flexibleType.kt");
|
||||
|
||||
Reference in New Issue
Block a user