class Explicit (IEnumerable of int):
// explicitly implement the IEnumerable of intinterfacepublic def IEnumerable[of int].GetEnumerator() as IEnumerator[of int]:
returnnull
Currently the parser only allows simple type references for explicit interface modifiers.
Description
class Explicit (IEnumerable of int):
// explicitly implement the IEnumerable of intinterfacepublic def IEnumerable[of int].GetEnumerator() as IEnumerator[of int]:
returnnull
Currently the parser only allows simple type references for explicit interface modifiers.