10508 dev rc + O2. 

Try from the browser, or evaluate: 

foo := Object subclass: #Foo    
        instanceVariableNames: ''       
        classVariableNames: ''  
        poolDictionaries: ''    
        category: 'Whatever'. 
        foo addInstVarName:  'bar'. 
        foo class addInstVarName:  'classBar'. 
then 
        O2CmdCopyClass new copyClass: Foo as: 'Foo2' 

result:- classBar is not defined in Foo2. 

Works fine in OB
-- 
View this message in context: 
http://n4.nabble.com/Issue-1887-O2-copy-class-doesn-t-copy-class-side-instance-variables-tp1362581p1362581.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to