
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 19/Jun/05 11:48 AM
Updated: 23/Nov/05 02:55 PM
|
|
| Component/s: |
Compiler
|
| Affects Version/s: |
0.5
|
| Fix Version/s: |
0.7.5
|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
BOO-571
bad op_Member (in/not in) precedence
|
|
|
|
|
|
|
- this line is ok:
assert 1 in {1:2}
- this line complies, but does not pass and the comment string is garbled
assert 1 in {1:2}, "should pass but doesn't"
|
|
Description
|
- this line is ok:
assert 1 in {1:2}
- this line complies, but does not pass and the comment string is garbled
assert 1 in {1:2}, "should pass but doesn't"
|
Show » |
| There are no comments yet on this issue.
|
|