compiler/tests/PPCMockCompiler.st
changeset 438 20598d7ce9fa
parent 422 116d2b2af905
child 452 9f4558b3be66
equal deleted inserted replaced
437:54b3bc9e3987 438:20598d7ce9fa
    36 	lines add: string
    36 	lines add: string
    37 !
    37 !
    38 
    38 
    39 addConstant: object as: id
    39 addConstant: object as: id
    40 	"TODO"
    40 	"TODO"
    41 !
    41 ! !
       
    42 
       
    43 !PPCMockCompiler methodsFor:'initialization'!
    42 
    44 
    43 initialize
    45 initialize
    44 	super initialize.
    46 	super initialize.
    45 	lines := OrderedCollection new.
    47 	lines := OrderedCollection new.
    46 ! !
    48 ! !