summaryrefslogtreecommitdiff
path: root/test/files/neg/t6355b.check
blob: f827f07e53bd9aeb0fab6c95ca2662511d0be92d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
t6355b.scala:14: error: value applyDynamic is not a member of A
error after rewriting to x.<applyDynamic: error>("bippy")
possible cause: maybe a wrong Dynamic method signature?
    println(x.bippy(42))
            ^
t6355b.scala:15: error: value applyDynamic is not a member of A
error after rewriting to x.<applyDynamic: error>("bippy")
possible cause: maybe a wrong Dynamic method signature?
    println(x.bippy("42"))
            ^
two errors found