[BUG] Decompiler blows up when decompiling case switches ( [et] Bug still in 3.7alpha #5667; Minimal test case identified )

tomkoenig at mindspring.com tomkoenig at mindspring.com
Sun Feb 8 03:45:49 CET 2004


With this method, I get the walk back (after shift left click twice):
foo: evt
	evt caseOf: {
		[ #Entry ] -> [  ^nil ].
		[ #Exit ] -> [ ^nil ].
	} otherwise:  [ ^#top: ]
And with this version, I donot
foo: evt 
	evt = #Entry
		ifTrue: [^ nil].
	^ #top:
	
MessageNotUnderstood: String>>isReturningIf













<This post brought to you by BFAV2>


More information about the Squeak-harvest mailing list