11f9c055fd
Show annotations in parameter info #KT-20591 Fixed
13 lines
195 B
Kotlin
Vendored
13 lines
195 B
Kotlin
Vendored
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
|
|
*/
|