Add regression test for KT-26806
#KT-26806
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const val myPi = kotlin.math.PI
|
||||
|
||||
annotation class Anno(val d: Double)
|
||||
|
||||
@Anno(kotlin.math.PI)
|
||||
fun f() {}
|
||||
|
||||
@Anno(myPi)
|
||||
fun g() {}
|
||||
Reference in New Issue
Block a user