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

6 lines
76 B
Kotlin
Vendored

private fun String.foo() {
otherExt()
}
fun String.otherExt() = length