6 lines
61 B
Kotlin
Vendored
6 lines
61 B
Kotlin
Vendored
package test
|
|
|
|
annotation class Anno
|
|
|
|
@Anno fun function() {}
|