[FIR] Reproduce KT-66277, KT-66279, KT-66512 and KT-66534
This commit is contained in:
committed by
Space Team
parent
b3827947d9
commit
9851ff1905
+24
@@ -14199,6 +14199,30 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/IfWithoutElseWithExplicitType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66277.kt")
|
||||
public void testKt66277() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66277.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66279.kt")
|
||||
public void testKt66279() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66279.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66512.kt")
|
||||
public void testKt66512() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66512.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66534.kt")
|
||||
public void testKt66534() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66534.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LambdaReturnTypeIsUnitIfImplicitReturnExists.kt")
|
||||
public void testLambdaReturnTypeIsUnitIfImplicitReturnExists() {
|
||||
|
||||
+24
@@ -14199,6 +14199,30 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/IfWithoutElseWithExplicitType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66277.kt")
|
||||
public void testKt66277() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66277.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66279.kt")
|
||||
public void testKt66279() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66279.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66512.kt")
|
||||
public void testKt66512() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66512.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt66534.kt")
|
||||
public void testKt66534() {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/return/kt66534.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LambdaReturnTypeIsUnitIfImplicitReturnExists.kt")
|
||||
public void testLambdaReturnTypeIsUnitIfImplicitReturnExists() {
|
||||
|
||||
Reference in New Issue
Block a user