4 lines
60 B
Java
Vendored
4 lines
60 B
Java
Vendored
//method
|
|
int nya(Object... objs) {
|
|
return objs.length;
|
|
} |