KT-51277 Fix matching of context receivers and parameter desriptors
This commit is contained in:
committed by
Space Team
parent
399ea1092e
commit
0b38ab4f01
+6
@@ -17498,6 +17498,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt51247.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51277.kt")
|
||||
public void testKt51277() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt51277.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51284.kt")
|
||||
public void testKt51284() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user