[FIR] add missing resolve for ConeFunctionExpectedError building
^KT-60638 Fixed
This commit is contained in:
committed by
Space Team
parent
ba7e6ff154
commit
d93ffe0aec
Generated
+6
@@ -651,6 +651,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/kt58583.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60638.kt")
|
||||
public void testKt60638() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt60638.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LValueAssignment.kt")
|
||||
public void testLValueAssignment() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user