File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ assignees: ''
13
13
println(" hello, world" )
14
14
```
15
15
16
- <details >
17
- <summary >Compilation output</summary >
16
+ ## Compilation output
18
17
19
18
``` scala
20
- # TODO add compilation output here
19
+ // TODO add compilation output here
21
20
```
22
- </details >
23
21
24
22
## expectation
Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ assignees: ''
13
13
println(" hello, world" )
14
14
```
15
15
16
-
16
+ ## Crash output (click arrow to expand)
17
17
<details >
18
- <summary >Stack trace</summary >
19
18
20
19
``` scala
21
- # TODO add stack trace here
20
+ // TODO add output here
22
21
```
23
22
</details >
Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ assignees: ''
13
13
println(" hello, world" )
14
14
```
15
15
16
- <details >
17
- <summary >Compilation output</summary >
16
+ ## Compilation output
18
17
19
18
``` scala
20
- # TODO add compilation output here
19
+ // TODO add compilation output here
21
20
```
22
- </details >
23
21
24
22
## expectation
You can’t perform that action at this time.
0 commit comments