Open
Description
Minimized code
lazy val x: scala.|[Int, String] = ???
lazy val y: scala.&[Int, String] = ???
lazy val z: implicits = ???
lazy val a: compiletime = ???
def foo(seq: `<repeated>`[Int]) = ???
def bar(x: `<byname>`[Int]) = ???
def baz = `<special-ops>`.`throw`(new AssertionError("?"))
Output
Warning: mocking up superclass for module class compiletime
Warning: mocking up superclass for module class implicits
Expectation
nsc does not recognise <repeated>
or <byname>
as types, even though it does the same thing with mock class types