Closed jecisc closed 5 years ago
Migrated case from Manuscript.
Original case: https://pharo.fogbugz.com/f/cases/19953 Status: Work Needed Project: Rubric Original Author: CyrilFerlicot Date: 19 April 2017 12:17:52 pm
Description:
How to reproduce:
1+1
test := 1.
test
Declare new temporary variable
Reply: Author: CyrilFerlicot Date: 19 April 2017 12:18:23 pm
Message:
Here we get it in a playground with a DoIt method, but it happen also in a normal method.
Migrated case from Manuscript.
Original case: https://pharo.fogbugz.com/f/cases/19953 Status: Work Needed Project: Rubric Original Author: CyrilFerlicot Date: 19 April 2017 12:17:52 pm
Description:
How to reproduce:
1+1
and debug it1+1
add a linetest := 1.
test
is an unknown variableDeclare new temporary variable