2019-11-19 10:58:15 -08:00

14 lines
101 B
JavaScript

class Foo {
test() {
}
/**
* @param {number} arg
*/
title(arg) {
}
}
class Bar {
}