diff -r 569bf5707c7e -r 2b9beeac547e compiler/TClassBinding.st --- a/compiler/TClassBinding.st Mon Sep 14 15:03:03 2015 +0100 +++ b/compiler/TClassBinding.st Mon Sep 14 16:27:00 2015 +0100 @@ -64,5 +64,11 @@ isClassBinding ^ true +! + +isMetaclass + ^ clazz isMetaclass + + "Created: / 14-09-2015 / 15:34:53 / Jan Vrany " ! !