[FIR] Transform context receivers on properties during type resolution stage
^KT-53706 Fixed
This commit is contained in:
committed by
teamcity
parent
7ef2f7ccde
commit
66117367ad
+6
@@ -17005,6 +17005,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/extensionClasses/generics.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithContext.kt")
|
||||
public void testPropertyWithContext() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionClasses/propertyWithContext.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user