Files
kotlin-fork/idea/testData/refactoring/inline/property/ExtensionProperty.kt
T
2013-07-24 16:03:01 +04:00

7 lines
76 B
Kotlin

val Int.C = 239
// not implemented yet
fun f() {
println(5.<caret>C)
}