Explorar o código

remove inline from String.fromCharCode

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
8272cc4b00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/python/_std/String.hx

+ 1 - 1
std/python/_std/String.hx

@@ -196,7 +196,7 @@ extern class String extends StringImpl {
 		If [code] is negative or has another invalid value, the result is
 		unspecified.
 	**/
-	public static inline function fromCharCode( code : Int ) : String {
+	public static function fromCharCode( code : Int ) : String {
 		return StringImpl.fromCharCode(code);
 	}