Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/prop/ExtValInClass.kt
T
2012-01-17 19:32:18 +04:00

7 lines
82 B
Kotlin

package test
class ExtPropInClass {
val Int.itIs: Int
get() = this
}