2
0
frabbit 11 жил өмнө
parent
commit
9c23fe5fe0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/python/Boot.hx

+ 1 - 1
std/python/Boot.hx

@@ -125,7 +125,7 @@ import math as _hx_math
 		return o != null && (o == String || inspectIsClass(o));
 	}
 
-	@:keep static function isAnonObject (o:Dynamic) {
+	@:keep static inline function isAnonObject (o:Dynamic) {
 		return isInstance(o, AnonObject);
 	}