Explorar o código

[cs] generate small native enum for EmptyObject marker

Dan Korostelev %!s(int64=10) %!d(string=hai) anos
pai
achega
8de8bd39c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;