KT-20591: Show annotations in parameter info (#1358)
Show annotations in parameter info #KT-20591 Fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
2c4e023cba
commit
11f9c055fd
@@ -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
|
||||
Reference in New Issue
Block a user