feat: pojo methods syntax #152
Annotations
7 errors
typecheck
Type 'string' does not satisfy the constraint '"Expected: string, Actual: undefined" | "Expected: string, Actual: null"'.
|
typecheck
Type 'string' does not satisfy the constraint '"Expected: string, Actual: undefined" | "Expected: string, Actual: null"'.
|
typecheck
Type 'number' does not satisfy the constraint '"Expected: number, Actual: undefined" | "Expected: number, Actual: null"'.
|
typecheck
Type '{ foo: string; }' does not satisfy the constraint '"Expected: ..., Actual: undefined" | "Expected: ..., Actual: null"'.
|
typecheck
Type '{ bar: string; }' does not satisfy the constraint '"Expected: ..., Actual: undefined" | "Expected: ..., Actual: null"'.
|
typecheck
Type 'string | null | undefined' does not satisfy the constraint '"Expected: string, Actual: never" | "Expected: undefined, Actual: never" | "Expected: null, Actual: never"'.
|
typecheck
Process completed with exit code 2.
|