summaryrefslogtreecommitdiff
path: root/test/files/neg/t3015.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3015.scala')
-rw-r--r--test/files/neg/t3015.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3015.scala b/test/files/neg/t3015.scala
index 9af8f30c65..adfa15b388 100644
--- a/test/files/neg/t3015.scala
+++ b/test/files/neg/t3015.scala
@@ -4,5 +4,5 @@ class UnApp[P] {
object Test extends App {
val b: UnApp[_] = new UnApp[String]
- val b(foo) = "foo"
+ val b(foo) = "foo"
}