Return correct PSI expression for EmptyLabeledReturn
Fixes diagnostic reporting for appropriate constraint error #kt-32792 fixed
This commit is contained in:
Generated
+5
@@ -17781,6 +17781,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt32507.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32792.kt")
|
||||
public void testKt32792() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt32792.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt328.kt")
|
||||
public void testKt328() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt328.kt");
|
||||
|
||||
Reference in New Issue
Block a user