JohnReedLOL / scala-trace-debug

Macro based print debugging. Locates log statements in your IDE.
https://github.com/JohnReedLOL/pos
MIT License
115 stars 5 forks source link

scala.trace.Debug should use Any instead of generic #17

Closed JohnReedLOL closed 8 years ago

JohnReedLOL commented 8 years ago

println uses Any so Debug should use Any too