summaryrefslogblamecommitdiff
path: root/test/files/neg/bug4158.check
blob: 0d9873dc3203cda5fcbc2bdcc7453938f306dbe5 (plain) (tree)


















                                                                                       
bug4158.scala:3: error: type mismatch;
 found   : Null(null)
 required: Int
Note that implicit conversions are not applicable because they are ambiguous:
 both method Integer2intNullConflict in class LowPriorityImplicits of type (x: Null)Int
 and method Integer2int in object Predef of type (x: java.lang.Integer)Int
 are possible conversion functions from Null(null) to Int
  var y = null: Int
          ^
bug4158.scala:2: error: type mismatch;
 found   : Null(null)
 required: Int
Note that implicit conversions are not applicable because they are ambiguous:
 both method Integer2intNullConflict in class LowPriorityImplicits of type (x: Null)Int
 and method Integer2int in object Predef of type (x: java.lang.Integer)Int
 are possible conversion functions from Null(null) to Int
  var x: Int = null
               ^
two errors found