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
@@ -613,6 +613,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/declarations/contextReceivers/class.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("contextReceiverMethod.kt")
|
||||
public void testContextReceiverMethod() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/contextReceivers/contextReceiverMethod.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("contextualPrimaryConstructorWithParams.kt")
|
||||
public void testContextualPrimaryConstructorWithParams() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/contextReceivers/contextualPrimaryConstructorWithParams.kt");
|
||||
|
||||
Reference in New Issue
Block a user