Test for no annotations rendered in parameter info

This commit is contained in:
Valentin Kipyatkov
2015-07-21 16:45:10 +03:00
parent 383a4da231
commit e677049d00
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,6 @@
fun foo(inlineOptions p: () -> Unit){}
fun bar() {
foo(<caret>)
}
//Text: (<highlight>p: () -> Unit</highlight>), Disabled: false, Strikeout: false, Green: true