diff --git a/lynglib/src/commonTest/kotlin/net/sergeych/lyng/miniast/ParamTypeInferenceTest.kt b/lynglib/src/commonTest/kotlin/net/sergeych/lyng/miniast/ParamTypeInferenceTest.kt index 591957c..e4e13e5 100644 --- a/lynglib/src/commonTest/kotlin/net/sergeych/lyng/miniast/ParamTypeInferenceTest.kt +++ b/lynglib/src/commonTest/kotlin/net/sergeych/lyng/miniast/ParamTypeInferenceTest.kt @@ -20,7 +20,6 @@ package net.sergeych.lyng.miniast import kotlinx.coroutines.test.runTest import net.sergeych.lyng.Compiler import net.sergeych.lyng.binding.Binder -import kotlin.test.Ignore import kotlin.test.Test import kotlin.test.assertEquals