blob: 0a5f14468f0587f0c99a6a1e6774a62f373ab9a6 [file] [log] [blame]
class BugSample< T > implements Iterator < T > {}
-----
class BugSample<T> implements Iterator<T> {}