Files
2023-11-21 15:28:12 +00:00

2 lines
103 B
Kotlin

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