2021-07-21 23:37:51 -04:00

7 lines
145 B
Plaintext

import { __decorate } from "tslib"
class A {
method1(skipped: string, @Arg() b: string) {}
method2(@Arg() a: string, @Arg() b: string) {}
}