[NI] Resolve receiver of provideDelegate independently
#KT-38259 Fixed
This commit is contained in:
Generated
+5
@@ -8182,6 +8182,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericDelegateWithNoAdditionalInfo.kt")
|
||||
public void testGenericDelegateWithNoAdditionalInfo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("hostCheck.kt")
|
||||
public void testHostCheck() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/hostCheck.kt");
|
||||
|
||||
+5
@@ -8182,6 +8182,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/generic.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericDelegateWithNoAdditionalInfo.kt")
|
||||
public void testGenericDelegateWithNoAdditionalInfo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("hostCheck.kt")
|
||||
public void testHostCheck() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/provideDelegate/hostCheck.kt");
|
||||
|
||||
Reference in New Issue
Block a user