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