Files
codeql/java/ql/test/kotlin/library-tests/collection-literals/test.kt
2022-10-13 18:48:00 +01:00

2 lines
103 B
Kotlin

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