Hi there,

try the following in the new pharo-dev:

- create a package in OBBrowser
- create a class "Foo" and add a class variable "Bar" to it
- start typing a class side method by typing

    initBar
       "a class side method to init the class variable"
       Bar
 
directly after "Bar" hit space and then press Tab to start
with the completion.  -> you get a DNU (Undefined object DNU
#classPool) in ECClassVarTypeGuesser>>MethodRefs ...

Bye
Torsten



-- 
Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to