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

6 lines
62 B
Kotlin
Vendored

package test
annotation class A
fun Int.foo(@[A] x: Int) {}