blob: e2ab5716ca4a7af1d369bf99e43746b47ae6aee1 [file]
// FIR_IDENTICAL
annotation class ann
fun test(@ann p: Int) {
}
val bar = fun(@ann g: Int) {}