crystal-by-example icon indicating copy to clipboard operation
crystal-by-example copied to clipboard

Example Abstract

Open Ivo-Balbaert opened this issue 9 years ago • 0 comments

class Foo abstract def foo end

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

Cheers, Ivo Balbaert

Ivo-Balbaert avatar Mar 07 '17 09:03 Ivo-Balbaert