summaryrefslogtreecommitdiff
path: root/test/files/pos/t0231.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0231.scala')
-rw-r--r--test/files/pos/t0231.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t0231.scala b/test/files/pos/t0231.scala
index 83d89dccb9..895e780421 100644
--- a/test/files/pos/t0231.scala
+++ b/test/files/pos/t0231.scala
@@ -1,5 +1,5 @@
class Foo {
- object aaa {
+ def aaa {
println("a")
}
}