mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
8 lines
156 B
Kotlin
8 lines
156 B
Kotlin
package test
|
|
|
|
class Test {
|
|
|
|
fun test(a: Array<Int>, b: Array<Int?>, c: IntArray, d: Array<Array<Int?>>, e: Array<Array<Int>>, f: Array<IntArray>) { }
|
|
|
|
}
|