refactor: extract validateSuperclass helper and move subclassing tests to inheritance directory

This commit is contained in:
Bob Nystrom
2015-02-27 16:08:27 +00:00
parent d7d067b960
commit 3a8bc85674
18 changed files with 56 additions and 49 deletions
-2
View File
@@ -1,2 +0,0 @@
class SubClass is Class {} // expect runtime error: Class 'SubClass' may not subclass a built-in