Files
kotlin-fork/idea/idea-completion/testData/weighers/basic/expectedInfo/Null.kt
T

12 lines
109 B
Kotlin
Vendored

class X
fun f(x: X?){}
fun g(nn: Any, np: X) {
f(n<caret>)
}
// ORDER: np
// ORDER: null
// ORDER: nn