Commit 13734e7
authored
Fix for issue microsoft#6154 - overriding methods with properties in the derived class (microsoft#24343)
* Fix to issue 6154 - Overriding a method with a property in the derived class should not cause a compiler error
* new baselines
* fixed deleted baselines1 parent 9b9ec63 commit 13734e7Copy full SHA for 13734e7
12 files changed
+101-93Lines changed: 101 additions & 93 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
- tests
- baselines/reference
- cases/compiler
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24489 | 24489 | |
24490 | 24490 | |
24491 | 24491 | |
24492 | | - |
| 24492 | + |
24493 | 24493 | |
24494 | 24494 | |
24495 | 24495 | |
|
Collapse file
tests/baselines/reference/checkJsFiles_noErrorLocation.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/checkJsFiles_noErrorLocation.errors.txt-25Lines changed: 0 additions & 25 deletions
This file was deleted.
Collapse file
tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.errors.txt-36Lines changed: 0 additions & 36 deletions
This file was deleted.
Collapse file
tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | | - |
13 | | - |
| 12 | + |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
|
Collapse file
tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.symbols
Copy file name to clipboardExpand all lines: tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.symbols+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
20 | 20 | |
21 | | - |
| 21 | + |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
Collapse file
tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.types
Copy file name to clipboardExpand all lines: tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.types+7-6Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | | - |
| 20 | + |
| 21 | + |
21 | 22 | |
22 | 23 | |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
27 | 28 | |
28 | 29 | |
Collapse file
tests/baselines/reference/inheritanceMemberPropertyOverridingMethod.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/inheritanceMemberPropertyOverridingMethod.errors.txt-15Lines changed: 0 additions & 15 deletions
This file was deleted.
Collapse file
tests/baselines/reference/propertyOverridingPrototype.js
Copy file name to clipboard+37Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
Collapse file
tests/baselines/reference/propertyOverridingPrototype.symbols
Copy file name to clipboard+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
Collapse file
tests/baselines/reference/propertyOverridingPrototype.types
Copy file name to clipboard+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
0 commit comments