Files
kotlin-fork/idea/testData/inspectionsLocal/moveSuspiciousCallableReferenceIntoParentheses/invalidFunctionReference3.kt
T
2018-08-15 12:36:00 +03:00

5 lines
91 B
Kotlin
Vendored

// WITH_RUNTIME
// FIX: none
fun test(x: Int, y: String) {
x.run {<caret> y::length }
}