FE: Add test for KT-56227 (to confirm it's fixed)
This commit is contained in:
committed by
teamcity
parent
ba3f21e125
commit
8bc2aaa295
+6
@@ -14972,6 +14972,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
public void testKt55931() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/callableReferences/kt55931.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56227.kt")
|
||||
public void testKt56227() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/callableReferences/kt56227.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user