
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 19/Oct/07 06:29 AM
Updated: 23/Oct/07 12:58 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.7.9
|
| Fix Version/s: |
0.8
|
|
class Foo:
[property(IsStatic)] _isStatic
f = Foo(IsStatic: true)
if f.IsStatic == true: // unnecessary RuntimeServices.EqualityOperator call here
print "hello"
|
|
Description
|
class Foo:
[property(IsStatic)] _isStatic
f = Foo(IsStatic: true)
if f.IsStatic == true: // unnecessary RuntimeServices.EqualityOperator call here
print "hello" |
Show » |
| There are no comments yet on this issue.
|
|