KT-51277 Fix matching of context receivers and parameter desriptors

This commit is contained in:
Pavel Mikhailovskii
2022-12-29 11:28:11 +00:00
committed by Space Team
parent 399ea1092e
commit 0b38ab4f01
4 changed files with 29 additions and 2 deletions
@@ -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 {