Typer crashes with `java.lang.AssertionError: assertion failed: TS[2, 1, 0] attempted to take ownership of A which is already owned by committable TS[3255, 2, 1, 0]` · Issue #21555 · scala/scala3

Compiler version 3.6.0-RC1-bin-20240903-21a3d39-NIGHTLY Minimized code trait X[F[_]] extension [F[_]](fa: F[Any]) { def ex1(fa2: F[Any]): Any = ??? } extension (a: Any) { def ex2[F[_]](a2: Any): F[...