|
Hi all
If you file in the following and search for references of the selector
#with:something and you should see that Array>>method1 is shown. However,
if you click on method1, the "with:" part of #with:somethingElse: is
highlighted instead of #with:something:.
===================================
!Array class methodsFor!
method1
Array with: 1 somethingElse: 1.
Array with: 1 something: 1! !
!Array class categoriesFor: #method1!public! !
===================================
Thanks.
--
Regards
Hwee Boon
MotionObj
|