File size: 109 Bytes
8f3f8db
 
 
1
2
3
*vmmakerjs
isPlusOne
	^ self selector = #+ and: [self args first isConstant and: [self args first value = 1]]