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









                                                                                          
t6436.scala:8: error: type mismatch;
 found   : StringContext
 required: ?{def q: ?}
Note that implicit conversions are not applicable because they are ambiguous:
 both method foo1 in object quasiquotes of type (ctx: StringContext)Object{def q: Nothing}
 and method foo2 in object quasiquotes of type (ctx: StringContext)Object{def q: Nothing}
 are possible conversion functions from StringContext to ?{def q: ?}
  println(q"a")
          ^
one error found