فهرست منبع

make sure that the exception is always well printed

Nicolas Cannasse 12 سال پیش
والد
کامیت
757a8c4484
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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";
 	}
 }