Add test for KT-53124
The issue itself is supposed to be fixed after eb19d39cbf reverted
^KT-53124 Fixed
This commit is contained in:
Generated
+6
@@ -14030,6 +14030,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt50232a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53124.kt")
|
||||
public void testKt53124() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt53124.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6175.kt")
|
||||
public void testKt6175() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user