Boo

Explicit interface implementation of generic interfaces

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 0.8.2, 0.9
  • Fix Version/s: 0.9.5
  • Component/s: Parser
  • Labels:
    None
  • Testcase included:
    yes
  • Number of attachments :
    0

Description

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.

Issue Links

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: