nitcc: detect S/R even if R/R conflict as a solution is to shift in case of S/R/R
[nit.git] / tests / emscripten_nodejs.nit
1 import emscripten
2 redef class FileReader
3 redef fun fill_buffer
4 do
5 print "NOT YET IMPLEMENTED"
6 abort
7 end
8 redef init open(f)
9 do
10 print "NOT YET IMPLEMENTED"
11 abort
12 end
13 end