test: lint should fail
This commit is contained in:
parent
1ed536bde9
commit
158c64db04
@ -17,7 +17,8 @@ export enum AuthType {
|
||||
None = "none",
|
||||
}
|
||||
|
||||
export class Optional<T> {
|
||||
// lint me
|
||||
export class Optional<> {
|
||||
public constructor(public readonly value?: T) {}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user