blob: 4e2c87f3c430d355d90b779c7259a7db3ec519db [file] [log] [blame]
internal object Test {
fun foo(args: Array<String>): Int {
return args.size
}
}