Files
2015-06-12 09:23:31 +03:00

9 lines
112 B
Kotlin
Vendored

//ALLOW_AST_ACCESS
package test
annotation class Anno
interface Trait {
fun foo(@[Anno] x: String) = 42
}