[FIR] Fix deserialization of generic context receivers
We need to pass the local deserialization context so that generic type parameters can be referenced. #KT-62607 Fixed
This commit is contained in:
committed by
Space Team
parent
45a1cc1a4a
commit
ef78d4b95a
Generated
+5
@@ -926,6 +926,11 @@ public class IncrementalK1JvmJpsTestGenerated extends AbstractIncrementalK1JvmJp
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/functionReferencingClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("genericContextReceiver")
|
||||
public void testGenericContextReceiver() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/genericContextReceiver/");
|
||||
}
|
||||
|
||||
@TestMetadata("independentClasses")
|
||||
public void testIndependentClasses() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/independentClasses/");
|
||||
|
||||
+5
@@ -252,6 +252,11 @@ public class IncrementalK2FirICLightTreeJvmJpsTestGenerated extends AbstractIncr
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/functionReferencingClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("genericContextReceiver")
|
||||
public void testGenericContextReceiver() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/genericContextReceiver/");
|
||||
}
|
||||
|
||||
@TestMetadata("independentClasses")
|
||||
public void testIndependentClasses() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/independentClasses/");
|
||||
|
||||
Generated
+5
@@ -252,6 +252,11 @@ public class IncrementalK2JvmJpsTestGenerated extends AbstractIncrementalK2JvmJp
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/functionReferencingClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("genericContextReceiver")
|
||||
public void testGenericContextReceiver() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/genericContextReceiver/");
|
||||
}
|
||||
|
||||
@TestMetadata("independentClasses")
|
||||
public void testIndependentClasses() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/independentClasses/");
|
||||
|
||||
+5
@@ -252,6 +252,11 @@ public class IncrementalK2LightTreeJvmJpsTestGenerated extends AbstractIncrement
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/functionReferencingClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("genericContextReceiver")
|
||||
public void testGenericContextReceiver() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/genericContextReceiver/");
|
||||
}
|
||||
|
||||
@TestMetadata("independentClasses")
|
||||
public void testIndependentClasses() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/independentClasses/");
|
||||
|
||||
Reference in New Issue
Block a user