mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
parent
c08c059dae
commit
62b4377acf
@ -32,7 +32,7 @@ import A from './types1';
|
||||
import { B, C, D } from './types2';
|
||||
|
||||
export class C implements Base {
|
||||
a: Readonly<A> & { kind: "a"; };
|
||||
a: Readonly<A> & { kind: 'a'; };
|
||||
b<T extends B = B>(p1: C): D<C> {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user