Explorar el Código

make sure that the exception is always well printed

Nicolas Cannasse hace 12 años
padre
commit
757a8c4484
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/haxe/io/Eof.hx

+ 1 - 1
std/haxe/io/Eof.hx

@@ -27,7 +27,7 @@ package haxe.io;
 class Eof {
 	public function new() {
 	}
-	function toString() {
+	@:keep function toString() {
 		return "Eof";
 	}
 }