Fix delegated property resolve when provideDelegate has this as argument

#KT-41135 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2020-08-18 09:43:17 +03:00
parent f3be3f449a
commit f2fba8a469
9 changed files with 67 additions and 1 deletions
@@ -11043,6 +11043,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testPropertyMetadata() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/propertyMetadata.kt");
}
@TestMetadata("provideDelegateByExtensionFunction.kt")
public void testProvideDelegateByExtensionFunction() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/provideDelegateByExtensionFunction.kt");
}
}
}