2
0
Эх сурвалжийг харах

make sure that the exception is always well printed

Nicolas Cannasse 12 жил өмнө
parent
commit
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";
 	}
 }