blob: 2d14528ee9b6e93e43df83bd4ad3be692586e19e [file]
package test
annotation class Annotation
fun test() {
@<caret>Annotation fun some() {
}
}