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

Key: BOO-965
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Cedric Vivier
Reporter: Avishay Lavie
Votes: 0
Watchers: 0
Operations

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

Explicit interface implementation of generic interfaces

Created: 14/Feb/08 02:59 PM   Updated: 27/May/08 12:21 PM
Component/s: Parser
Affects Version/s: 0.8.2
Fix Version/s: 0.8.3

Time Tracking:
Not Specified

Issue Links:
Related
 

Testcase included: yes


 Description  « Hide
class Explicit (IEnumerable of int):
  // explicitly implement the IEnumerable of int interface
  public def IEnumerable[of int].GetEnumerator() as IEnumerator[of int]: 
    return null

Currently the parser only allows simple type references for explicit interface modifiers.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.