Files
kotlin/idea/testData/debugger/smartStepInto/libraryFun.kt
2015-07-23 11:54:41 +03:00

5 lines
95 B
Kotlin
Vendored

fun foo() {
arrayListOf(1, 2).count()<caret>
}
// EXISTS: arrayListOf(vararg Int), count()