Files
kotlin-fork/compiler/testData/psi/examples/map/IMap.jet
T
2011-10-20 16:21:18 +02:00

4 lines
36 B
Plaintext

open class IMap<in K, out V> {
}