Reorganize superclass validation a bit.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
class Foo is 123 {} // expect runtime error: Must inherit from a class.
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
class Foo is 123 {} // expect runtime error: Must inherit from a class.
|
||||