felher
felher
## Compiler version 3.5.1 (and way before, as far as I can see) ## Minimized code `Test.scala` ```Scala object Test: // give a Block(...) to the macro Macro.impl: val a...
### Describe the bug Given the following small file: ``` trait TypeClass: type Self given Int is TypeClass def foo[T: {Ordering, TypeClass}]: Unit = () ``` Metals reports > abstract...
The default java.util.Random handles calls to `nextInt(x)` where `x` is a power of two specially. In Indigo, this leads to the fact that when you do `dice.rollRange(1, 4)` at the...