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