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