File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545-- Error: tests/neg-scalajs/js-type-bad-parents.scala:36:7 -------------------------------------------------------------
464636 |object C3 extends ScalaClass with js.Any // error
4747 |^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48- |C3$ extends ScalaClass which does not extend js.Any.
48+ |C3 extends ScalaClass which does not extend js.Any.
4949-- Error: tests/neg-scalajs/js-type-bad-parents.scala:39:6 -------------------------------------------------------------
505038 |@js.native
515139 |trait C4 extends ScalaClass with js.Any // error
606042 |@js.native @JSGlobal
616143 |object C6 extends ScalaClass with js.Any // error
6262 |^
63- |C6$ extends ScalaClass which does not extend js.Any.
63+ |C6 extends ScalaClass which does not extend js.Any.
6464-- Error: tests/neg-scalajs/js-type-bad-parents.scala:45:6 -------------------------------------------------------------
656545 |trait C7 extends js.Object with ScalaTrait // error
6666 |^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7272-- Error: tests/neg-scalajs/js-type-bad-parents.scala:47:7 -------------------------------------------------------------
737347 |object C9 extends js.Object with ScalaTrait // error
7474 |^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75- |C9$ extends ScalaTrait which does not extend js.Any.
75+ |C9 extends ScalaTrait which does not extend js.Any.
7676-- Error: tests/neg-scalajs/js-type-bad-parents.scala:50:6 -------------------------------------------------------------
777749 |@js.native
787850 |trait C10 extends js.Object with ScalaTrait // error
878753 |@js.native @JSGlobal
888854 |object C12 extends js.Object with ScalaTrait // error
8989 |^
90- |C12$ extends ScalaTrait which does not extend js.Any.
90+ |C12 extends ScalaTrait which does not extend js.Any.
You can’t perform that action at this time.
0 commit comments