K2: add test to confirm KT-56409 now works properly
This commit is contained in:
committed by
Space Team
parent
104d5e420e
commit
be5a27dd6b
+6
@@ -6999,6 +6999,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/stringConstructors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TypeVariablesInWrappedSamCall.kt")
|
||||
public void testTypeVariablesInWrappedSamCall() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/TypeVariablesInWrappedSamCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TypesEligibleForSimpleVisit.kt")
|
||||
public void testTypesEligibleForSimpleVisit() throws Exception {
|
||||
|
||||
+6
@@ -6999,6 +6999,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/stringConstructors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TypeVariablesInWrappedSamCall.kt")
|
||||
public void testTypeVariablesInWrappedSamCall() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/TypeVariablesInWrappedSamCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TypesEligibleForSimpleVisit.kt")
|
||||
public void testTypesEligibleForSimpleVisit() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user