blob: 4b238cdd62dbe314bf6e664a1a44db82681b0522 [file]
// FIR_IDENTICAL
const val myPi = kotlin.math.PI
annotation class Anno(val d: Double)
@Anno(kotlin.math.PI)
fun f() {}
@Anno(myPi)
fun g() {}