summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2652/t2652.check
blob: 77a27a727fc36ea3f3ee35a6d4de9f8f6d300828 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.x))[method x changed from [T](t: T)T to [T](t: T)T flags: <method>]))
invalidate B.scala because it references changed definition [Changed(Definition(A.x))[method x changed from [T](t: T)T to [T](t: T)T flags: <method>]]
compiling Set(B.scala)
Changes: Map(object B -> List())