summaryrefslogtreecommitdiff
path: root/test/files/neg/t0015.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0015.scala')
-rw-r--r--test/files/neg/t0015.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0015.scala b/test/files/neg/t0015.scala
index 35a6cd11fc..225197f950 100644
--- a/test/files/neg/t0015.scala
+++ b/test/files/neg/t0015.scala
@@ -18,7 +18,7 @@ abstract class M
// compiles successfully
//f[Int](self: actualSelfType)
- f[Int](self: selfType)
+ f[Int](self: selfType) // compiles Ok now was well, because we narrow to singletonType in this situation
//def g(x: Any) = {}
//g(self: selfType)