No annotations rendered in completion and other places
KT-5517 Completion shouldn't show inlineOptions annotation #KT-5517 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun foo(inlineOptions p: () -> Unit){}
|
||||
|
||||
fun bar() {
|
||||
<caret>
|
||||
}
|
||||
|
||||
// EXIST: { lookupString:"foo", itemText: "foo", tailText: " {...} (p: () -> Unit) (<root>)", typeText:"Unit" }
|
||||
Reference in New Issue
Block a user