propensive / contextual

Statically-checked string interpolation in Scala
https://soundness.dev/contextual/
251 stars 23 forks source link

Does not work if `StringContextOps` is defined in tests #29

Closed jedesah closed 3 years ago

jedesah commented 7 years ago

Results in a ClassCastException at compile time at the usage site if the StringContextOps is defined in test files.