askn/crystal-by-example

Example Abstract

Ivo-Balbaert opened this issue · 0 comments

class Foo
abstract def foo
end

Compiler now complains: Error: can't define abstract def on non abstract class

Cheers,
Ivo Balbaert