summaryrefslogtreecommitdiff
path: root/test/files/pos/t3898.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3898.scala')
-rw-r--r--test/files/pos/t3898.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3898.scala b/test/files/pos/t3898.scala
index 075692e5a8..ab47bbd877 100644
--- a/test/files/pos/t3898.scala
+++ b/test/files/pos/t3898.scala
@@ -2,5 +2,5 @@ trait Atomic[@specialized(Boolean) T] {
def x: T
def f(fn: T => T): Boolean = f(fn(x), true)
- def f[R](a: T, b: R): R = b
+ def f[R](a: T, b: R): R = b
}