abosshard
abosshard
Please provide version for Scala 2.13.
## Compiler version 3.5.0, 3.4.3 ## Minimized code ```Scala trait A[T]: type R = T ?=> Unit def f: R = () class B extends A[Int]: override def f: R...
Hey there! I'm working on a project where I need to create some forms, and I noticed that the bindings for the UI5-components [`Form`](https://sap.github.io/ui5-webcomponents/components/Form/), [`FormGroup`](https://sap.github.io/ui5-webcomponents/components/FormGroup/) and [`FormItem`](https://sap.github.io/ui5-webcomponents/components/FormItem/) aren't available in...