FIR: Properly build nullable suspend function types, and aggregate
modifiers and annotations within KtTypeReference/REFERENCE_TYPE nodes.
This commit is contained in:
committed by
TeamCityServer
parent
9cf5ac1fbd
commit
9a4742c08d
+10
@@ -2449,6 +2449,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/isAs.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableParameter.kt")
|
||||
public void testNullableParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/nullableParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/simple.kt");
|
||||
@@ -7224,6 +7229,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/nonLocalReturnFromInlineLambdaDeep.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableSuspendFunctionType.kt")
|
||||
public void testNullableSuspendFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/nullableSuspendFunctionType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overrideDefaultArgument.kt")
|
||||
public void testOverrideDefaultArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/overrideDefaultArgument.kt");
|
||||
|
||||
Reference in New Issue
Block a user