[NI] Don't treat last labeled return expression in lambda specially
#KT-36251 Fixed
This commit is contained in:
Generated
+5
@@ -5978,6 +5978,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/delegateExpressionAsLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedExpressionWithLabeledReturnInsideLambda.kt")
|
||||
public void testDelegatedExpressionWithLabeledReturnInsideLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/delegatedExpressionWithLabeledReturnInsideLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("differentDelegatedExpressions.kt")
|
||||
public void testDifferentDelegatedExpressions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/inference/differentDelegatedExpressions.kt");
|
||||
|
||||
Reference in New Issue
Block a user