[PSI2IR] Use candidate descriptor to get original type parameters while generating assignment receiver for property
^KT-46829 Fixed
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user