summaryrefslogtreecommitdiff
path: root/test/files/pos/t2545.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2545.scala')
-rwxr-xr-xtest/files/pos/t2545.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t2545.scala b/test/files/pos/t2545.scala
index 6ad994223c..b4238fb718 100755
--- a/test/files/pos/t2545.scala
+++ b/test/files/pos/t2545.scala
@@ -1,6 +1,6 @@
trait Frog[T] {
- def hello: T
- def size: Int
+ def hello: T
+ def size: Int
}
trait OnlyWithFrogs {