[K2] Disallow named functions as expressions
^KT-62573 Fixed ^KT-59945 Fixed
This commit is contained in:
committed by
Space Team
parent
aaf7ccbebd
commit
f227447837
Generated
+6
@@ -9212,6 +9212,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/declarationChecks/kt2643MultiDeclInControlFlow.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47245.kt")
|
||||
public void testKt47245() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/declarationChecks/kt47245.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt559.kt")
|
||||
public void testKt559() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user