|
1 | | --- [E007] Type Mismatch Error: tests/neg/magic-offset-header-b.scala:3:13 ---------------------------------------------- |
| 1 | +-- [E007] Type Mismatch Error: tests/neg/magic-offset-header-b_wrapper.scala:3:13 -------------------------------------- |
2 | 2 | 3 |def x: Int = true // error
|
3 | 3 | | ^^^^
|
4 | 4 | | Found: (true : Boolean)
|
5 | 5 | | Required: Int
|
6 | 6 | |
|
7 | 7 | | longer explanation available when compiling with `-explain`
|
8 | | --- [E007] Type Mismatch Error: tests/neg/magic-offset-header-b.scala:7:13 ---------------------------------------------- |
| 8 | +-- [E007] Type Mismatch Error: tests/neg/magic-offset-header-b.scala:2:13 ---------------------------------------------- |
9 | 9 | 2 |def y: Int = false // error
|
10 | 10 | | ^^^^^
|
11 | 11 | | Found: (false : Boolean)
|
|
0 commit comments