Files
kotlin-fork/compiler/testData/cfg/expressions/assignmentToThis.kt
T
2014-03-07 21:08:14 +04:00

4 lines
35 B
Kotlin
Vendored

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