5 lines
90 B
Kotlin
5 lines
90 B
Kotlin
// "Make 'fancy' an annotation class" "true"
|
|
annotation class fancy
|
|
|
|
[fancy] class foo {}
|