mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
update baselines (#58849)
This commit is contained in:
parent
97f3f0c8dd
commit
eced8fc263
@ -3,18 +3,26 @@
|
||||
=== override21.ts ===
|
||||
const foo = Symbol();
|
||||
>foo : unique symbol
|
||||
> : ^^^^^^^^^^^^^
|
||||
>Symbol() : unique symbol
|
||||
> : ^^^^^^^^^^^^^
|
||||
>Symbol : SymbolConstructor
|
||||
> : ^^^^^^^^^^^^^^^^^
|
||||
|
||||
class A { }
|
||||
>A : A
|
||||
> : ^
|
||||
|
||||
class B extends A {
|
||||
>B : B
|
||||
> : ^
|
||||
>A : A
|
||||
> : ^
|
||||
|
||||
override [foo]() { }
|
||||
>[foo] : () => void
|
||||
> : ^^^^^^^^^^
|
||||
>foo : unique symbol
|
||||
> : ^^^^^^^^^^^^^
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user