mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
2 lines
103 B
Kotlin
2 lines
103 B
Kotlin
annotation class Ann(val arr1: Array<String> = ["hello", "world"], val arr2: IntArray = [1, 2, 3]) { }
|