Fix SAM conversion when lambda is the last expression of another lambda
#KT-39691 Fixed
This commit is contained in:
+5
@@ -19776,6 +19776,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/samConversions/checkSamConversionsAreDisabledByDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("conversionOnLambdaAsLastExpression.kt")
|
||||
public void testConversionOnLambdaAsLastExpression() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/samConversions/conversionOnLambdaAsLastExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("DisabledForKTSimple.kt")
|
||||
public void testDisabledForKTSimple() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/samConversions/DisabledForKTSimple.kt");
|
||||
|
||||
Reference in New Issue
Block a user