mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
test: lint should fail
This commit is contained in:
@@ -17,7 +17,8 @@ export enum AuthType {
|
|||||||
None = "none",
|
None = "none",
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Optional<T> {
|
// lint me
|
||||||
|
export class Optional<> {
|
||||||
public constructor(public readonly value?: T) {}
|
public constructor(public readonly value?: T) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user