Files
kotlin-fork/idea/testData/inspections/unusedReceiverParameter/calledInFunction.kt
T
2015-10-14 20:39:35 +03:00

3 lines
40 B
Kotlin
Vendored

fun String.foo() {
println(length)
}