Files

9 lines
92 B
Kotlin
Vendored

package test
annotation class MyAnno
@<caret>MyAnno
class Foo {
fun bar(): Int = 42
}