aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/hkt/compiler.error
blob: b31760891449279fd971b236bcf13d854effecd5 (plain) (blame)
1
2
3
4
5
6
$ scalac tests/pending/hkt/*.scala
$ ./bin/dotc tests/pending/hkt/*.scala
tests/pending/hkt/hkt.scala:14: error: method empty in object Child does not take type parameters
  Child.empty[Int]
             ^
one error found