Details
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
| This issue is related to: | ||||
| BOO-1031 | Conflict when an explicitely implemented method has a sibling overload with incompatible signature |
|
|
|