[FIR] Hide local type for return type of single expression function ^KT-51418 Fixed
This commit is contained in:
+6
@@ -16287,6 +16287,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/delegationAndInference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hideLocalTypeForReturnTypeOfSingleExpressionFunction.kt")
|
||||
public void testHideLocalTypeForReturnTypeOfSingleExpressionFunction() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/hideLocalTypeForReturnTypeOfSingleExpressionFunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt32189returnTypeWithTypealiasSubtitution.kt")
|
||||
public void testKt32189returnTypeWithTypealiasSubtitution() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user