
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 19/May/07 03:38 PM
Updated: 11/Jun/07 05:00 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.7.7
|
| Fix Version/s: |
0.7.8
|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
BOO-603
GetSlice doesn't work with non-indexed properties that return indexable object
|
|
|
|
|
|
|
class Foo:
[getter(Values)]
_values = (1, 2, 3)
d as duck = Foo
assert 1 == d.Values[0]
|
|
Description
|
class Foo:
[getter(Values)]
_values = (1, 2, 3)
d as duck = Foo
assert 1 == d.Values[0] |
Show » |
|