Files
kotlin/compiler/testData/loadJava/compiledKotlin/prop/ExtValInClass.kt
2013-12-17 20:28:59 +04:00

7 lines
82 B
Kotlin
Vendored

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