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
[error] /Users/tisue/simulacrum_213/src/main/scala/example/Test.scala:13:13: object TC does not take type parameters.
[error] val c = TC[String] //fails on `sbt doc` on 2.13.0-M4
[error] ^
Example project created here:
https://github.com/kailuowang/simulacrum_213
It uses simulacrum’s
@typeclass
annotation which expands the companion with some extra methods.It works fine in
sbt compile
, it also works fine onsbt doc
on Scala 2.12cc @mpilquist
The text was updated successfully, but these errors were encountered: