summaryrefslogtreecommitdiff
path: root/test/files/neg/t3995.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3995.scala')
-rw-r--r--test/files/neg/t3995.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t3995.scala b/test/files/neg/t3995.scala
index 8eb4698aaa..b03617ac86 100644
--- a/test/files/neg/t3995.scala
+++ b/test/files/neg/t3995.scala
@@ -13,6 +13,13 @@ object Test {
"": l.F0 // okay
+ l.apply("") // okay
+
+ {
+ val l = new Lift
+ l.apply("") // okay
+ }
+
// fails trying to mkAttributedQualifier for pre = Skolem(_1 <: Lift with Singletom).F0
// should this even have shown up in `companionImplicitMap`? It says that:
//