KT-8898 If invocation context contains functional value compatible with function in completion list, show non-literal item
#KT-8898 Fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
fun String.xfoo(p: () -> Unit){}
|
||||
|
||||
fun X.test() {
|
||||
val local: () -> Unit = { }
|
||||
"a".xf<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: xfoo
|
||||
// TAIL_TEXT: "(local) for String in <root>"
|
||||
Reference in New Issue
Block a user