summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2789/t2789.check
blob: 78c5119355a26d38b3fc7c434ec637ac4e92539e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
builder > A.scala B.scala
compiling Set(A.scala, B.scala)
Changes: Map()
builder > A.scala
compiling Set(A.scala)
Changes: Map(class A -> List(Changed(Definition(A.e))[method e changed from ()E to ()E flags: implicit <method>]), class E -> List())
invalidate B.scala because inherited method changed [Changed(Definition(A.e))[method e changed from ()E to ()E flags: implicit <method>]]
compiling Set(B.scala)
B.scala:2: error: could not find implicit value for parameter y: E
  val y = x(3)
           ^