You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[warn] -- Warning: /Users/jiahuitan/sbt-zinc-compilation-bug/src/main/scala/Foo.scala:1:6
[warn] 1 |trait Foo {
[warn] | ^
[warn] | trait Foo and object Foo produce classes that overwrite one another
[warn] one warning found
(Trait Foo, Object Foo are declared in different source file)
The fact that compilation succeeds is causing an infinite compilation bug in Zinc (sbt/zinc#1187).