Example Abstract
Ivo-Balbaert opened this issue · 0 comments
Ivo-Balbaert commented
class Foo
abstract def foo
end
Compiler now complains: Error: can't define abstract def on non abstract class
Cheers,
Ivo Balbaert
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