7 lines
130 B
Plaintext
Vendored
7 lines
130 B
Plaintext
Vendored
// "Add annotation target" "true"
|
|
|
|
@Target(AnnotationTarget.TYPE) annotation class Foo
|
|
|
|
class Test {
|
|
fun foo(): @Foo Int = 1
|
|
} |