Martin Jakobsson
Martin Jakobsson
## Compiler version 3.2.0-RC3 ## Minimized code ```Scala @main def a(b: Int): Unit = { assert(b == 1) } ``` The `assert` function is part of the Scala 3 library...
**Describe the bug** When there are many items in the dropdown some items turn gray as if they are selected. This happens when it's possible to scroll and the gray...
**Describe the bug** When a variable is defined multiple times in a file the first definition seems to be used for type checking. This can be a problem if multiple...