Skip to content

Commit 62b4377

Browse files
authored
Fix test semantic merge conflict between #39348 and #39130 (#39478)
1 parent c08c059 commit 62b4377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/codeFixClassImplementInterfaceAutoImports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import A from './types1';
3232
import { B, C, D } from './types2';
3333
3434
export class C implements Base {
35-
a: Readonly<A> & { kind: "a"; };
35+
a: Readonly<A> & { kind: 'a'; };
3636
b<T extends B = B>(p1: C): D<C> {
3737
throw new Error('Method not implemented.');
3838
}

0 commit comments

Comments
 (0)