Commit 0a148c3
committed
Assume supertraits in stdlib
The idea is that some traits the 2.13 standard library should get annotated
with @superTrait. I added the annotations to our version in the community build.
Until that is done, we assume that the annotated traits are super traits by
adding them to the assumedSuperTraits set.1 parent 88636e1 commit 0a148c3
File tree
2 files changed
+14
-1
lines changed- compiler/src/dotty/tools/dotc/core
- tests/pos
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
1312 | | - | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
1313 | 1323 | | |
1314 | 1324 | | |
1315 | 1325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments