[AA] Fix conversion of annotation values
This commit is contained in:
committed by
Space Team
parent
40a4845541
commit
7700484a16
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_STDLIB
|
||||
|
||||
annotation class A(vararg val xs: ULong)
|
||||
|
||||
@A(1234u, 18446744073709551615u)
|
||||
fun fo<caret>o(): Int = 42
|
||||
Reference in New Issue
Block a user