Commit 73bef22
authored
A merged interface with an inherited member should satisfy an abstract base class member (microsoft#32539)
* A merged interface with an inherited member should satisfy an abstract base class member
* Tighten up comments and names1 parent b377e99 commit 73bef22Copy full SHA for 73bef22
6 files changed
+236-46Lines changed: 236 additions & 46 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
- tests
- baselines/reference
- cases/conformance/interfaces/declarationMerging
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+56-46Lines changed: 56 additions & 46 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29329 | 29329 | |
29330 | 29330 | |
29331 | 29331 | |
29332 | | - |
| 29332 | + |
29333 | 29333 | |
29334 | 29334 | |
29335 | 29335 | |
| ||
29341 | 29341 | |
29342 | 29342 | |
29343 | 29343 | |
29344 | | - |
29345 | | - |
29346 | | - |
29347 | | - |
29348 | | - |
29349 | | - |
29350 | | - |
29351 | | - |
29352 | | - |
29353 | | - |
29354 | | - |
29355 | | - |
29356 | | - |
29357 | | - |
29358 | | - |
29359 | | - |
29360 | | - |
29361 | | - |
29362 | | - |
29363 | | - |
| 29344 | + |
| 29345 | + |
| 29346 | + |
| 29347 | + |
| 29348 | + |
| 29349 | + |
| 29350 | + |
| 29351 | + |
| 29352 | + |
| 29353 | + |
| 29354 | + |
| 29355 | + |
| 29356 | + |
| 29357 | + |
| 29358 | + |
| 29359 | + |
| 29360 | + |
| 29361 | + |
| 29362 | + |
| 29363 | + |
| 29364 | + |
29364 | 29365 | |
29365 | 29366 | |
29366 | | - |
29367 | | - |
29368 | | - |
29369 | | - |
29370 | | - |
29371 | | - |
29372 | | - |
29373 | | - |
29374 | 29367 | |
29375 | | - |
29376 | | - |
29377 | | - |
| 29368 | + |
| 29369 | + |
| 29370 | + |
29378 | 29371 | |
29379 | | - |
29380 | | - |
29381 | | - |
29382 | | - |
29383 | | - |
29384 | | - |
29385 | | - |
29386 | | - |
29387 | | - |
| 29372 | + |
| 29373 | + |
| 29374 | + |
29388 | 29375 | |
29389 | | - |
29390 | | - |
| 29376 | + |
| 29377 | + |
| 29378 | + |
| 29379 | + |
| 29380 | + |
| 29381 | + |
| 29382 | + |
| 29383 | + |
| 29384 | + |
| 29385 | + |
| 29386 | + |
| 29387 | + |
| 29388 | + |
| 29389 | + |
| 29390 | + |
| 29391 | + |
| 29392 | + |
| 29393 | + |
| 29394 | + |
29391 | 29395 | |
29392 | 29396 | |
29393 | | - |
| 29397 | + |
29394 | 29398 | |
29395 | | - |
29396 | | - |
29397 | 29399 | |
| 29400 | + |
| 29401 | + |
| 29402 | + |
| 29403 | + |
| 29404 | + |
| 29405 | + |
| 29406 | + |
| 29407 | + |
29398 | 29408 | |
29399 | 29409 | |
29400 | 29410 | |
|
Collapse file
tests/baselines/reference/mergedInheritedMembersSatisfyAbstractBase.errors.txt
Copy file name to clipboard+28Lines changed: 28 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 | + |
Collapse file
tests/baselines/reference/mergedInheritedMembersSatisfyAbstractBase.js
Copy file name to clipboard+56Lines changed: 56 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 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
Collapse file
tests/baselines/reference/mergedInheritedMembersSatisfyAbstractBase.symbols
Copy file name to clipboard+42Lines changed: 42 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 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
Collapse file
tests/baselines/reference/mergedInheritedMembersSatisfyAbstractBase.types
Copy file name to clipboard+35Lines changed: 35 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 | + |
Collapse file
tests/cases/conformance/interfaces/declarationMerging/mergedInheritedMembersSatisfyAbstractBase.ts
Copy file name to clipboard+19Lines changed: 19 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 | + |
0 commit comments