X-Git-Url: http://nitlanguage.org diff --git a/lib/filter_stream.nit b/lib/filter_stream.nit index c5baa32..f1537e4 100644 --- a/lib/filter_stream.nit +++ b/lib/filter_stream.nit @@ -65,7 +65,7 @@ class StreamCat return res end - redef fun read_char: Int + redef fun read_char do assert not eof return stream.read_char