blob: 3d84737c12f90d9187599d521fcad37dbb680b94 [file] [log] [blame]
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
*/