5 lines
130 B
Kotlin
Vendored
5 lines
130 B
Kotlin
Vendored
@kotlin.annotation.MustBeDocumented
|
|
annotation class ImportantAnnotation
|
|
|
|
@ImportantAnnotation
|
|
fun foo(myParameter: String) = Unit |