summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/t0590.check5
-rw-r--r--test/files/neg/t0590.scala (renamed from test/pending/pos/t0590.scala)2
2 files changed, 6 insertions, 1 deletions
diff --git a/test/files/neg/t0590.check b/test/files/neg/t0590.check
new file mode 100644
index 0000000000..b928c1cb76
--- /dev/null
+++ b/test/files/neg/t0590.check
@@ -0,0 +1,5 @@
+t0590.scala:2: error: diverging implicit expansion for type (Null(null)) => T
+starting with method foo in object Test
+ implicit def foo[T] : T = null
+ ^
+one error found
diff --git a/test/pending/pos/t0590.scala b/test/files/neg/t0590.scala
index ee75a7d339..3416ade355 100644
--- a/test/pending/pos/t0590.scala
+++ b/test/files/neg/t0590.scala
@@ -1,3 +1,3 @@
object Test {
implicit def foo[T] : T = null
-} \ No newline at end of file
+}