Skip to content

Commit 12d2e20

Browse files
committed
Fix check file
1 parent 55a223c commit 12d2e20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/neg-scalajs/jsconstructortag-error-in-typer.check

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|no implicit argument of type scala.scalajs.js.ConstructorTag[ScalaClass] was found for parameter tag of method constructorTag in package scala.scalajs.js.
55
|I found:
66
|
7-
| scala.scalajs.js.ConstructorTag.materialize[Nothing]
7+
| scala.scalajs.js.ConstructorTag.materialize[T]
88
|
99
|But method materialize in object ConstructorTag does not match type scala.scalajs.js.ConstructorTag[ScalaClass].
1010
-- Error: tests/neg-scalajs/jsconstructortag-error-in-typer.scala:10:39 ------------------------------------------------
@@ -13,7 +13,7 @@
1313
|no implicit argument of type scala.scalajs.js.ConstructorTag[ScalaTrait] was found for parameter tag of method constructorTag in package scala.scalajs.js.
1414
|I found:
1515
|
16-
| scala.scalajs.js.ConstructorTag.materialize[Nothing]
16+
| scala.scalajs.js.ConstructorTag.materialize[T]
1717
|
1818
|But method materialize in object ConstructorTag does not match type scala.scalajs.js.ConstructorTag[ScalaTrait].
1919
-- Error: tests/neg-scalajs/jsconstructortag-error-in-typer.scala:11:45 ------------------------------------------------
@@ -22,6 +22,6 @@
2222
|no implicit argument of type scala.scalajs.js.ConstructorTag[ScalaObject.type] was found for parameter tag of method constructorTag in package scala.scalajs.js.
2323
|I found:
2424
|
25-
| scala.scalajs.js.ConstructorTag.materialize[Nothing]
25+
| scala.scalajs.js.ConstructorTag.materialize[T]
2626
|
2727
|But method materialize in object ConstructorTag does not match type scala.scalajs.js.ConstructorTag[ScalaObject.type].

0 commit comments

Comments
 (0)