[PSI2IR] Use candidate descriptor to get original type parameters while generating assignment receiver for property

^KT-46829 Fixed
This commit is contained in:
Victor Petukhov
2021-09-22 17:10:22 +03:00
parent 2bdbbdd1a7
commit 80312789b2
10 changed files with 74 additions and 5 deletions
@@ -15603,6 +15603,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/innerNested/kt3927.kt");
}
@TestMetadata("kt46829.kt")
public void testKt46829() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt46829.kt");
}
@TestMetadata("kt5363.kt")
public void testKt5363() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
@@ -15009,6 +15009,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/innerNested/kt3927.kt");
}
@TestMetadata("kt46829.kt")
public void testKt46829() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt46829.kt");
}
@TestMetadata("kt5363.kt")
public void testKt5363() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
@@ -15039,6 +15039,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/innerNested/kt3927.kt");
}
@TestMetadata("kt46829.kt")
public void testKt46829() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt46829.kt");
}
@TestMetadata("kt5363.kt")
public void testKt5363() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
@@ -9753,6 +9753,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/innerNested/kt3927.kt");
}
@TestMetadata("kt46829.kt")
public void testKt46829() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt46829.kt");
}
@TestMetadata("kt5363.kt")
public void testKt5363() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");