Account for context class receivers when creating the ExpressionReceiver
^KT-54084 Fixed
This commit is contained in:
committed by
Nikita Nazarov
parent
f578381726
commit
bd742bb95c
Generated
+6
@@ -793,6 +793,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/declarations/contextReceivers/compoundAssignmentOperators.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextReceiverMethod.kt")
|
||||
public void testContextReceiverMethod() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/contextReceivers/contextReceiverMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextualFunctionConversion.kt")
|
||||
public void testContextualFunctionConversion() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user