Files
codeql/javascript/ql/test/library-tests/ClassNode/fields.ts
2020-02-19 17:04:41 +00:00

4 lines
48 B
TypeScript

class Foo {
public m = (x: string) => {};
}