Added smart priorities for true, false and null into basic completion
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class X
|
||||
|
||||
fun f(x: X?){}
|
||||
|
||||
fun g(nn: Any, np: X) {
|
||||
f(n<caret>)
|
||||
}
|
||||
|
||||
// ORDER: np
|
||||
// ORDER: null
|
||||
// ORDER: nn
|
||||
Reference in New Issue
Block a user