Files
kotlin/idea/testData/parameterInfo/functionCall/NoAnnotations.kt
Yoshinori Isogai 11f9c055fd KT-20591: Show annotations in parameter info (#1358)
Show annotations in parameter info

 #KT-20591 Fixed
2017-10-27 22:59:04 +03:00

6 lines
189 B
Kotlin
Vendored

fun foo(@Suppress("UNCHECKED_CAST") p: () -> Unit){}
fun bar() {
foo(<caret>)
}
//Text: (<highlight>@Suppress p: () -> Unit</highlight>), Disabled: false, Strikeout: false, Green: true