Files
kotlin-fork/compiler/testData/cfg/assignmentToThis.kt
T
2013-12-05 13:02:16 +04:00

4 lines
35 B
Kotlin

fun Int.bar(c: C) {
this = c
}