Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
examples
/
collections
/
IIterable.kt
blob: c9a55af4058af0822a9cc9b81225b60de100c2c6 [
file
]
open
class
IIterable
<
out
T
>
{
fun iterator
()
:
IIterator
<
T
>
}