summaryrefslogblamecommitdiff
path: root/test/files/neg/t6567.check
blob: 3243fde0cd19c6ba9afba59ba8beb0096cdecf90 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                                                                    
                                                                      
                  
                
t6567.scala:8: warning: Suspicious application of an implicit view (Test.this.a2b) in the argument to Option.apply.
  Option[B](a)
           ^
t6567.scala:10: warning: Suspicious application of an implicit view (Test.this.a2b) in the argument to Option.apply.
  val b: Option[B] = Option(a)
                           ^
error: No warnings can be incurred under -Xfatal-warnings.
error: there was one feature warning; re-run with -feature for details
two warnings found
two errors found