|
| 1 | +-- [E007] Type Mismatch Error: tests/neg/i22671.scala:41:22 ------------------------------------------------------------ |
| 2 | +41 | names_times(fields(0)) += fields(1).toLong // error |
| 3 | + | ^^^^^^^^^ |
| 4 | + | Found: Char |
| 5 | + | Required: String |
| 6 | + | |
| 7 | + | longer explanation available when compiling with `-explain` |
| 8 | +-- [E008] Not Found Error: tests/neg/i22671.scala:45:6 ----------------------------------------------------------------- |
| 9 | +45 | x() += "42" // error |
| 10 | + | ^^^^^^ |
| 11 | + | value += is not a member of Int - did you mean Int.!=? or perhaps Int.<=? |
| 12 | +-- [E052] Type Error: tests/neg/i22671.scala:49:6 ---------------------------------------------------------------------- |
| 13 | +49 | c = 42 // error |
| 14 | + | ^^^^^^ |
| 15 | + | Reassignment to val c |
| 16 | + | |
| 17 | + | longer explanation available when compiling with `-explain` |
| 18 | +-- [E052] Type Error: tests/neg/i22671.scala:9:6 ----------------------------------------------------------------------- |
| 19 | +9 | X.w = 27 // error |
| 20 | + | ^^^^^^^^ |
| 21 | + | Reassignment to val w |
| 22 | + | |
| 23 | + | longer explanation available when compiling with `-explain` |
| 24 | +-- [E052] Type Error: tests/neg/i22671.scala:12:6 ---------------------------------------------------------------------- |
| 25 | +12 | X.x = 27 // error |
| 26 | + | ^^^^^^^^ |
| 27 | + | Reassignment to val x |
| 28 | + | |
| 29 | + | longer explanation available when compiling with `-explain` |
| 30 | +-- [E052] Type Error: tests/neg/i22671.scala:16:4 ---------------------------------------------------------------------- |
| 31 | +16 | x = 27 // error |
| 32 | + | ^^^^^^ |
| 33 | + | Reassignment to val x |
| 34 | + | |
| 35 | + | longer explanation available when compiling with `-explain` |
| 36 | +-- [E052] Type Error: tests/neg/i22671.scala:20:4 ---------------------------------------------------------------------- |
| 37 | +20 | y = 27 // error |
| 38 | + | ^^^^^^ |
| 39 | + | Reassignment to val y |
| 40 | + | |
| 41 | + | longer explanation available when compiling with `-explain` |
| 42 | +-- [E052] Type Error: tests/neg/i22671.scala:24:4 ---------------------------------------------------------------------- |
| 43 | +24 | y = 27 // error |
| 44 | + | ^^^^^^ |
| 45 | + | Reassignment to val y |
| 46 | + | |
| 47 | + | longer explanation available when compiling with `-explain` |
| 48 | +-- [E052] Type Error: tests/neg/i22671.scala:28:4 ---------------------------------------------------------------------- |
| 49 | +28 | x = 27 // error |
| 50 | + | ^^^^^^ |
| 51 | + | Reassignment to val x |
| 52 | + | |
| 53 | + | longer explanation available when compiling with `-explain` |
| 54 | +-- [E008] Not Found Error: tests/neg/i22671.scala:31:6 ----------------------------------------------------------------- |
| 55 | +31 | X.x += 27 // error |
| 56 | + | ^^^^^^ |
| 57 | + | value += is not a member of Int - did you mean Int.!=? or perhaps Int.<=? |
| 58 | +-- [E008] Not Found Error: tests/neg/i22671.scala:32:4 ----------------------------------------------------------------- |
| 59 | +32 | 1 += 1 // error |
| 60 | + | ^^^^ |
| 61 | + | value += is not a member of Int - did you mean (1 : Int).!=? or perhaps (1 : Int).<=? |
0 commit comments