blob: 99da165e589265dd16c3c6bfb6e1f5b62d3d1ab4 [file]
package test
annotation class MyAnno
@<caret>MyAnno
class Foo {
fun bar(): Int = 42
}