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





                                                                                                                    
                                                                        
                                                          

                    
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)
                           ^
warning: there was one feature warning; re-run with -feature for details
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found