KT-20591: Show annotations in parameter info (#1358)

Show annotations in parameter info

 #KT-20591 Fixed
This commit is contained in:
Yoshinori Isogai
2017-10-28 04:59:04 +09:00
committed by Simon Ogorodnik
parent 2c4e023cba
commit 11f9c055fd
6 changed files with 68 additions and 1 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ fun foo(@Suppress("UNCHECKED_CAST") p: () -> Unit){}
fun bar() {
foo(<caret>)
}
//Text: (<highlight>p: () -> Unit</highlight>), Disabled: false, Strikeout: false, Green: true
//Text: (<highlight>@Suppress p: () -> Unit</highlight>), Disabled: false, Strikeout: false, Green: true