[FIR] Add tests for KT-65184 to confirm its proper work
#KT-65184 Fixed
This commit is contained in:
committed by
Space Team
parent
78b6432ced
commit
8a6467e524
+12
@@ -351,6 +351,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/differentNumericTypesFromSmartCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dnnAsSuperTypeTypeArgument.kt")
|
||||
public void testDnnAsSuperTypeTypeArgument() {
|
||||
runTest("compiler/testData/diagnostics/tests/dnnAsSuperTypeTypeArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Dollar.kt")
|
||||
public void testDollar() {
|
||||
@@ -855,6 +861,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/kt60638.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt65184.kt")
|
||||
public void testKt65184() {
|
||||
runTest("compiler/testData/diagnostics/tests/kt65184.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LValueAssignment.kt")
|
||||
public void testLValueAssignment() {
|
||||
|
||||
+12
@@ -351,6 +351,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/differentNumericTypesFromSmartCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dnnAsSuperTypeTypeArgument.kt")
|
||||
public void testDnnAsSuperTypeTypeArgument() {
|
||||
runTest("compiler/testData/diagnostics/tests/dnnAsSuperTypeTypeArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Dollar.kt")
|
||||
public void testDollar() {
|
||||
@@ -855,6 +861,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/kt60638.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt65184.kt")
|
||||
public void testKt65184() {
|
||||
runTest("compiler/testData/diagnostics/tests/kt65184.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LValueAssignment.kt")
|
||||
public void testLValueAssignment() {
|
||||
|
||||
Reference in New Issue
Block a user