stream: Introduce a push-back reader.
[nit.git] / contrib / pep8analysis / src / location.nit
index b3e8458..def0b2e 100644 (file)
@@ -193,7 +193,7 @@ class Location
                        lmid = ""
                        lend = ""
                end
-               var indent = new Buffer
+               var indent = new FlatBuffer
                for j in [line_start..line_start+l.column_start-1[ do
                        if string[j] == '\t' then
                                indent.add '\t'