NI: support inferring lambda receiver type by explicit receiver of anonymous function (which is another postponed argument)
This commit is contained in:
+5
@@ -10778,6 +10778,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
public void testLambdasInTryCatch() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completion/postponedArgumentsAnalysis/lambdasInTryCatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("takingExtensibilityFromDeclarationOfAnonymousFunction.kt")
|
||||
public void testTakingExtensibilityFromDeclarationOfAnonymousFunction() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/completion/postponedArgumentsAnalysis/takingExtensibilityFromDeclarationOfAnonymousFunction.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user