[Analysis API] support unsigned arrays creation functions
IDEA-335151, KT-62663 Merge-request: KT-MR-12614 Merged-by: Alexander Kuznetsov <Aleksander.Kuznetsov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
4922223bec
commit
45792c2e60
+4
@@ -0,0 +1,4 @@
|
||||
// WITH_STDLIB
|
||||
fun foo() {
|
||||
println(<expr>uintArrayOf(42u)</expr>)
|
||||
}
|
||||
Reference in New Issue
Block a user