Clause Interweaving, allowing `def f[T](x: T)[U](y: U)`

Any idea how to enable them? A Scastie link with an example would be best.

Here is what it should look like:

However RCs are not considered nightly or snapshot (at least for the purposes of experimental features), so the above does not work

We would need to add a nightly version to Scastie, which is a known issue, for example see this

Okay, as discussed in the issue, there is a work around, here is a fully working example:

4 Likes

Cool, thanks!