Files
kotlin-fork/compiler/testData/psi/examples/collections/ISized.kt
T
2013-09-17 18:10:00 +04:00

3 lines
38 B
Kotlin

open class ISized {
val size : Int
}