[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
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
KtDeclaration: KtNamedFunction foo
|
||||
annotations: [
|
||||
A(xs = [1234uL, 18446744073709551615uL])
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
Reference in New Issue
Block a user