8 lines
71 B
JavaScript
8 lines
71 B
JavaScript
|
class Foo {
|
||
|
constructor(arg1, arg3) {
|
||
|
}
|
||
|
|
||
|
test(filePaths) {
|
||
|
}
|
||
|
}
|