summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2789/t2789.check
blob: a7c767cc45e24b190a9707dc030b6e27bf2f76b5 (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> <triedcooking>]), class E -> List())
invalidate B.scala because inherited method changed [Changed(Definition(A.e))[method e changed from ()E to ()E flags: implicit <method> <triedcooking>]]
compiling Set(B.scala)
B.scala:2: error: could not find implicit value for parameter y: E
  val y = x(3)
           ^