|
| 1 | +-- [E083] Type Error: tests/neg/i20511-1.scala:7:7 --------------------------------------------------------------------- |
| 2 | +7 |export toppingPrice.apply, crustPrice.apply, crustPrice.unlift // error // error // error // error // error |
| 3 | + | ^^^^^^^^^^^^ |
| 4 | + | Int => Double is not a valid export prefix, since it is not an immutable path |
| 5 | + | |
| 6 | + | longer explanation available when compiling with `-explain` |
| 7 | +-- [E083] Type Error: tests/neg/i20511-1.scala:7:27 -------------------------------------------------------------------- |
| 8 | +7 |export toppingPrice.apply, crustPrice.apply, crustPrice.unlift // error // error // error // error // error |
| 9 | + | ^^^^^^^^^^ |
| 10 | + | Any is not a valid export prefix, since it is not an immutable path |
| 11 | + | |
| 12 | + | longer explanation available when compiling with `-explain` |
| 13 | +-- Error: tests/neg/i20511-1.scala:7:38 -------------------------------------------------------------------------------- |
| 14 | +7 |export toppingPrice.apply, crustPrice.apply, crustPrice.unlift // error // error // error // error // error |
| 15 | + | ^^^^^ |
| 16 | + | no eligible member apply at { |
| 17 | + | def $anonfun(crustType: Double): Double = pakiet.crustPrice(crustType) |
| 18 | + | closure(pakiet.$anonfun:Any) |
| 19 | + | } |
| 20 | +-- [E083] Type Error: tests/neg/i20511-1.scala:7:45 -------------------------------------------------------------------- |
| 21 | +7 |export toppingPrice.apply, crustPrice.apply, crustPrice.unlift // error // error // error // error // error |
| 22 | + | ^^^^^^^^^^ |
| 23 | + | Any is not a valid export prefix, since it is not an immutable path |
| 24 | + | |
| 25 | + | longer explanation available when compiling with `-explain` |
| 26 | +-- Error: tests/neg/i20511-1.scala:7:56 -------------------------------------------------------------------------------- |
| 27 | +7 |export toppingPrice.apply, crustPrice.apply, crustPrice.unlift // error // error // error // error // error |
| 28 | + | ^^^^^^ |
| 29 | + | no eligible member unlift at { |
| 30 | + | def $anonfun(crustType: Double): Double = pakiet.crustPrice(crustType) |
| 31 | + | closure(pakiet.$anonfun:Any) |
| 32 | + | } |
0 commit comments