Files
kotlin-fork/idea/testData/inspectionsLocal/convertPairConstructorToToFunction/invalidArgs.kt
T
2019-07-05 13:02:52 +07:00

7 lines
113 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
// DISABLE-ERRORS
import kotlin.Pair
fun test() {
val p = <caret>Pair(1, )
}