Commit 9d76195
File tree
Expand file treeCollapse file tree
5 files changed
+37
-4
lines changedFilter options
- src/compiler/scala/tools/nsc
- backend/jvm
- transform
- test/files/run
Expand file treeCollapse file tree
5 files changed
+37
-4
lines changedsrc/compiler/scala/tools/nsc/Global.scala
Copy file name to clipboardExpand all lines: src/compiler/scala/tools/nsc/Global.scala+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1181 | 1181 |
|
1182 | 1182 |
|
1183 | 1183 |
|
| 1184 | + |
1184 | 1185 |
|
1185 | 1186 |
|
1186 | 1187 |
|
|
src/compiler/scala/tools/nsc/backend/jvm/BCodeBodyBuilder.scala
Copy file name to clipboardExpand all lines: src/compiler/scala/tools/nsc/backend/jvm/BCodeBodyBuilder.scala+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
711 | 711 |
|
712 | 712 |
|
713 | 713 |
|
| 714 | + |
714 | 715 |
|
715 | 716 |
|
716 | 717 |
|
717 |
| - |
718 |
| - |
| 718 | + |
719 | 719 |
|
720 |
| - |
| 720 | + |
| 721 | + |
721 | 722 |
|
722 | 723 |
|
723 | 724 |
|
|
src/compiler/scala/tools/nsc/backend/jvm/BCodeSkelBuilder.scala
Copy file name to clipboardExpand all lines: src/compiler/scala/tools/nsc/backend/jvm/BCodeSkelBuilder.scala+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
200 | 205 |
|
201 | 206 |
|
202 | 207 |
|
| ||
208 | 213 |
|
209 | 214 |
|
210 | 215 |
|
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
211 | 223 |
|
212 | 224 |
|
213 | 225 |
|
|
src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala
Copy file name to clipboardExpand all lines: src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
434 | 434 |
|
435 | 435 |
|
436 | 436 |
|
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
437 | 441 |
|
438 | 442 |
|
439 | 443 |
|
| ||
442 | 446 |
|
443 | 447 |
|
444 | 448 |
|
445 |
| - |
| 449 | + |
446 | 450 |
|
447 | 451 |
|
448 | 452 |
|
|
test/files/run/t6882.scala
Copy file name to clipboard+15Lines changed: 15 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 | + |
0 commit comments