14 lines
101 B
JavaScript
Raw Normal View History

2019-11-18 18:18:28 -08:00
class Foo {
test() {
}
/**
* @param {number} arg
*/
title(arg) {
}
}
class Bar {
}