Closed CafeKrem closed 3 years ago
actually if we are doing this
A superClassOf: B
pattern := A asMatcher. (pattern match: A new )isMatch "true" (pattern match: B new ) isMatch"false"
so we need to find a way to match only a class A and only it's class. maybe an option ?
actually if we are doing this
A superClassOf: B
so we need to find a way to match only a class A and only it's class. maybe an option ?