Files
kotlin-fork/idea/testData/intentions/addNameToArgument/notInsideNestedArgumentList2.kt
T
2015-06-29 19:29:26 +03:00

5 lines
62 B
Kotlin
Vendored

fun foo(p: Int){}
fun bar() {
foo("".hashCode<caret>())
}