FE: Add test for KT-56227 (to confirm it's fixed)

This commit is contained in:
Mikhail Glukhikh
2023-01-27 19:09:19 +01:00
committed by teamcity
parent ba3f21e125
commit 8bc2aaa295
6 changed files with 76 additions and 0 deletions
@@ -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