mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
48ea4e3c92
Closes https://github.com/denoland/deno/issues/11836 Ref https://github.com/denoland/deno/issues/25162
5 lines
238 B
Text
5 lines
238 B
Text
Check file:///[WILDCARD]/main.ts
|
|
error: TS4114 [ERROR]: This member must have an 'override' modifier because it overrides a member in the base class 'Greet'.
|
|
greet() {}
|
|
~~~~~
|
|
at file:///[WILDCARD]/no_implicit_override/main.ts:6:3
|