Trying to inherit from n..m should probably fail because the range object won't be recognized as being fresh. But instead we get
Internal compiler error at line 1552 of genjs. NoSuchMethod: no method generics on opNode.new(_,_,_) op ..(1). Did you mean line?
NoSuchMethod on line 1552 of genjs: no method generics on opNode.new(_,_,_) op ..(1). Did you mean line?
in "genjs" (line 1552, column 0)
Trying to inherit from
n..m
should probably fail because the range object won't be recognized as being fresh. But instead we get