Add inspection (INFORMATION) to convert Pair constructor into to call
So #KT-22933 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
963e430b42
commit
f48eacfbd4
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
import kotlin.Pair
|
||||
fun test() {
|
||||
val p = <caret>Pair(1, "foo")
|
||||
}
|
||||
Reference in New Issue
Block a user