summaryrefslogtreecommitdiff
path: root/test/files/neg/t8431.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8431.scala')
-rw-r--r--test/files/neg/t8431.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t8431.scala b/test/files/neg/t8431.scala
index 032a1f394d..bc45bb62ae 100644
--- a/test/files/neg/t8431.scala
+++ b/test/files/neg/t8431.scala
@@ -48,7 +48,7 @@ class TestExplicit {
{val c1 = convert2(s); c1.combined}
}
-// These ones work before and after; infering G=Null doesn't need to contribute an undetermined type param.
+// These ones work before and after; inferring G=Null doesn't need to contribute an undetermined type param.
class Test3 {
import C.{cbf, convert1, convert2}
val s: Invariant[Null] = ???