|
@@ -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);
|
|
|
}
|
|
|
|