7 lines
92 B
Kotlin
7 lines
92 B
Kotlin
package foo
|
|
|
|
class ByteArray {
|
|
fun foo(): IntArray {
|
|
return intArrayOf()
|
|
}
|
|
} |