blob: 1089f5dd84b8adff2d12bce026c83b5d0026b394 [file]
annotation class MyA(val i: Int)
@<caret>MyA(1) fun foo() {}