Files
codeql/java/ql/test-kotlin2/library-tests/collection-literals/test.kt
2023-11-17 14:07:13 +00:00

2 lines
103 B
Kotlin

annotation class Ann(val arr1: Array<String> = ["hello", "world"], val arr2: IntArray = [1, 2, 3]) { }