FIR: transform implicit type ref in anonymous function arguments & body
^KT-45010 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a841a0bbca
commit
5f9357eb41
Generated
+6
@@ -34789,6 +34789,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/kt4711.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaArgumentOfInapplicableCall.kt")
|
||||
public void testLambdaArgumentOfInapplicableCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/lambdaArgumentOfInapplicableCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("samAgainstFunctionalType.kt")
|
||||
public void testSamAgainstFunctionalType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user