Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
regression
/
kt26806.kt
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
()
{}