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
+12
View File
@@ -0,0 +1,12 @@
annotation class Fancy
private fun abc(@Fancy foo: Int) {
}
fun foo() {
abc(<caret>)
}
/*
Text: (<highlight>@Fancy foo: Int</highlight>), Disabled: false, Strikeout: false, Green: true
*/