K2 Scripting: add missing contracts resolving in scripts
#KT-64074 fixed
This commit is contained in:
committed by
Space Team
parent
3b70b3d92d
commit
a5c2eb66a2
+6
@@ -33684,6 +33684,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionContractScript.kts")
|
||||
public void testFunctionContractScript() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/script/functionContractScript.kts");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("imports.kts")
|
||||
public void testImports() throws Exception {
|
||||
|
||||
+6
@@ -33684,6 +33684,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionContractScript.kts")
|
||||
public void testFunctionContractScript() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/script/functionContractScript.kts");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("imports.kts")
|
||||
public void testImports() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user