K2: Add test for obsolete KT-56663
It was fixed via 898a9a0f2c together with
KT-53966
^KT-56663 Obsolete
This commit is contained in:
committed by
Space Team
parent
0c9fad87c3
commit
14ca12b50b
+6
@@ -27738,6 +27738,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/samConversions/samConversionWithConditionJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samConversionWithSafeCallAndInference.kt")
|
||||
public void testSamConversionWithSafeCallAndInference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/samConversions/samConversionWithSafeCallAndInference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samConversionsWithSmartCasts.kt")
|
||||
public void testSamConversionsWithSmartCasts() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user