From 2622fde41b9b5935b5f628d8c7af1280dd149af4 Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 30 Jan 2026 20:14:45 +0300 Subject: [PATCH] Unignore ScriptTest args/locals --- lynglib/src/commonTest/kotlin/ScriptTest.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index e109176..827b0c4 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -5023,7 +5023,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testContrcuctorMagicIdBug() = runTest() { eval( @@ -5044,7 +5043,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testLambdaLocals() = runTest() { eval( @@ -5060,7 +5058,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testTypedArgsWithInitializers() = runTest { eval( @@ -5077,7 +5074,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testArgsPriorityWithSplash() = runTest { eval(