Unignore return and scope cycle tests

This commit is contained in:
Sergey Chernov 2026-01-28 23:05:33 +03:00
parent f22efaab19
commit 297810154f
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith
@Ignore("TODO(bytecode-only): uses fallback")
class ReturnStatementTest {
@Test

View File

@ -7,7 +7,6 @@ import net.sergeych.lyng.eval
import kotlin.test.Ignore
import kotlin.test.Test
@Ignore("TODO(bytecode-only): uses fallback")
class ScopeCycleRegressionTest {
@Test
fun instanceMethodCallDoesNotCycle() = runTest {