File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
-- Error: tests/neg-scalajs/js-type-bad-parents.scala:36:7 -------------------------------------------------------------
46
46
36 |object C3 extends ScalaClass with js.Any // error
47
47
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48
- |C3$ extends ScalaClass which does not extend js.Any.
48
+ |C3 extends ScalaClass which does not extend js.Any.
49
49
-- Error: tests/neg-scalajs/js-type-bad-parents.scala:39:6 -------------------------------------------------------------
50
50
38 |@js.native
51
51
39 |trait C4 extends ScalaClass with js.Any // error
60
60
42 |@js.native @JSGlobal
61
61
43 |object C6 extends ScalaClass with js.Any // error
62
62
|^
63
- |C6$ extends ScalaClass which does not extend js.Any.
63
+ |C6 extends ScalaClass which does not extend js.Any.
64
64
-- Error: tests/neg-scalajs/js-type-bad-parents.scala:45:6 -------------------------------------------------------------
65
65
45 |trait C7 extends js.Object with ScalaTrait // error
66
66
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
72
-- Error: tests/neg-scalajs/js-type-bad-parents.scala:47:7 -------------------------------------------------------------
73
73
47 |object C9 extends js.Object with ScalaTrait // error
74
74
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75
- |C9$ extends ScalaTrait which does not extend js.Any.
75
+ |C9 extends ScalaTrait which does not extend js.Any.
76
76
-- Error: tests/neg-scalajs/js-type-bad-parents.scala:50:6 -------------------------------------------------------------
77
77
49 |@js.native
78
78
50 |trait C10 extends js.Object with ScalaTrait // error
87
87
53 |@js.native @JSGlobal
88
88
54 |object C12 extends js.Object with ScalaTrait // error
89
89
|^
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