[FIR] Don't expand typealiases when checking for DeprecatedSinceKotlin
During serialization, this can lead to a cycle resulting in a Stack Overflow. #KT-58356 Fixed
This commit is contained in:
committed by
Space Team
parent
da884bd554
commit
c867a4b52f
+5
@@ -14643,6 +14643,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/ConstValAccess.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deserializedOptInDeprecated.kt")
|
||||
public void testDeserializedOptInDeprecated() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/deserializedOptInDeprecated.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("differentSinceKotlin.kt")
|
||||
public void testDifferentSinceKotlin() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/differentSinceKotlin.kt");
|
||||
|
||||
Reference in New Issue
Block a user