Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / emscripten_nodejs.nit
1 import emscripten
2 redef class FileReader
3 redef fun raw_read_byte
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