Преглед изворни кода

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";
 	}
 }