Test for no annotations rendered in parameter info
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(inlineOptions p: () -> Unit){}
|
||||
|
||||
fun bar() {
|
||||
foo(<caret>)
|
||||
}
|
||||
//Text: (<highlight>p: () -> Unit</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user