History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-894
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Type inference failure for property used in object initializer

Created: 14/Oct/07 09:36 PM   Updated: 14/Oct/07 09:40 PM
Component/s: Compiler
Affects Version/s: 0.7.9
Fix Version/s: 0.8

Time Tracking:
Not Specified

Testcase included: yes


 Description  « Hide
"""
default
"""
class Item:
public static final Default = Item(Name: "default")

[property(Name)] _name = ""

print Item.Default.Name



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 14/Oct/07 09:40 PM
Fixed in the repository.