Skip to content

Commit 12c4ea8

Browse files
committed
Fix semantic merge conflict
1 parent f30ce1f commit 12c4ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/typeFromPrivatePropertyAssignment.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== tests/cases/conformance/classes/members/privateNames/typeFromPrivatePropertyAssignment.ts ===
22
type Foo = { foo?: string };
3-
>Foo : Foo
3+
>Foo : { foo?: string; }
44
>foo : string
55

66
class C {

0 commit comments

Comments
 (0)