2
0
Simon Krajewski 1 жил өмнө
parent
commit
5698a41898

+ 1 - 1
std/haxe/coro/Coroutine.hx

@@ -15,7 +15,7 @@ abstract Coroutine<T:haxe.Constraints.Function> {
 
 	#if (jvm || eval)
 	@:native("suspend")
-	@:ifFeature("_StdTypes.Coroutine_Impl_.suspend")
+	@:keep
 	static function nativeSuspend<T>(f, cont:Continuation<T, Null<Dynamic>>) {
 		return (_, _) -> f(cont);
 	}