KT-14386 Smart completion: add "<parameter name> = true/false" choices
#KT-14386 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
fun foo(p: Int, flag: Boolean){}
|
||||
|
||||
fun bar() {
|
||||
foo(1, <caret>)
|
||||
}
|
||||
|
||||
// EXIST: { lookupString: "flag = true", itemText: "flag = true", attributes: "" }
|
||||
// EXIST: { lookupString: "flag = false", itemText: "flag = false", attributes: "" }
|
||||
Reference in New Issue
Block a user