mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
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
|
|
*/
|