summaryrefslogtreecommitdiff
path: root/test/files/neg/t6567.check
blob: 4c513e64cd46d415668299fef6b0430e2776c07c (plain) (blame)
1
2
3
4
5
6
7
t6567.scala:8: error: Suspicious application of an implicit view (Test.this.a2b) in the argument to Option.apply.
  Option[B](a)
           ^
t6567.scala:10: error: Suspicious application of an implicit view (Test.this.a2b) in the argument to Option.apply.
  val b: Option[B] = Option(a)
                           ^
two errors found