FIR deserializer: apply attributes on type parameter-based types
#KT-62578 Fixed
This commit is contained in:
committed by
Space Team
parent
1d95927582
commit
4ed7504d87
+5
@@ -15956,6 +15956,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/nestedClassTypeParameterDeserialization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noInfer.kt")
|
||||
public void testNoInfer() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/noInfer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noSymbolForIntRangeIterator.kt")
|
||||
public void testNoSymbolForIntRangeIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/noSymbolForIntRangeIterator.kt");
|
||||
|
||||
Reference in New Issue
Block a user