summaryrefslogtreecommitdiff
path: root/test/files/pos/t3234.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3234.scala')
-rw-r--r--test/files/pos/t3234.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3234.scala b/test/files/pos/t3234.scala
index 1553f1fa05..443d0467f0 100644
--- a/test/files/pos/t3234.scala
+++ b/test/files/pos/t3234.scala
@@ -1,6 +1,6 @@
trait Trait1 {
// need more work before this one works
- // @inline
+ // @inline
def foo2(n: Int) = n*n
}