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
@@ -0,0 +1,11 @@
|
||||
annotation class Fancy
|
||||
|
||||
class Foo(@Fancy foo: Int)
|
||||
|
||||
fun bar() {
|
||||
Foo(<caret>)
|
||||
}
|
||||
|
||||
/*
|
||||
Text: (<highlight>@Fancy foo: Int</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
*/
|
||||
Reference in New Issue
Block a user