Skip to content

Commit ca181a7

Browse files
committed
Accept baselines
1 parent a1da5bd commit ca181a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.symbols

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module m {
1717
>public2 : Symbol(public2, Decl(declFileTypeAnnotationVisibilityErrorAccessors.ts, 7, 15))
1818
}
1919
}
20-
20+
2121
export class c {
2222
>c : Symbol(c, Decl(declFileTypeAnnotationVisibilityErrorAccessors.ts, 10, 5))
2323

@@ -69,7 +69,7 @@ module m {
6969
>param : Symbol(param, Decl(declFileTypeAnnotationVisibilityErrorAccessors.ts, 38, 17))
7070
>private1 : Symbol(private1, Decl(declFileTypeAnnotationVisibilityErrorAccessors.ts, 0, 10))
7171
}
72-
72+
7373
// getter with annotation
7474
get foo11(): public1 {
7575
>foo11 : Symbol(c.foo11, Decl(declFileTypeAnnotationVisibilityErrorAccessors.ts, 39, 9))

tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.types

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module m {
1717
>public2 : public2
1818
}
1919
}
20-
20+
2121
export class c {
2222
>c : c
2323

@@ -71,7 +71,7 @@ module m {
7171
>param : private1
7272
>private1 : private1
7373
}
74-
74+
7575
// getter with annotation
7676
get foo11(): public1 {
7777
>foo11 : public1

0 commit comments

Comments
 (0)