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
@@ -31512,6 +31512,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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