aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t6028/t6028_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t6028/t6028_1.scala')
-rw-r--r--tests/untried/pos/t6028/t6028_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untried/pos/t6028/t6028_1.scala b/tests/untried/pos/t6028/t6028_1.scala
index 6edb76069..521d2e07d 100644
--- a/tests/untried/pos/t6028/t6028_1.scala
+++ b/tests/untried/pos/t6028/t6028_1.scala
@@ -1,3 +1,3 @@
class C {
- def foo(a: Int): Unit = () => a
+ def foo(a: Int): Unit = () => a
}