Ver Fonte

[cs] generate small native enum for EmptyObject marker

Dan Korostelev há 10 anos atrás
pai
commit
8de8bd39c7
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      std/cs/internal/Runtime.hx

+ 1 - 0
std/cs/internal/Runtime.hx

@@ -788,6 +788,7 @@ import cs.system.Object;
 	}*/
 }
 
+@:nativeGen
 @:keep @:native("haxe.lang.EmptyObject") private enum EmptyObject
 {
 	EMPTY;