summaryrefslogtreecommitdiff
path: root/test/files/pos/t1237.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1237.scala')
-rw-r--r--test/files/pos/t1237.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/t1237.scala b/test/files/pos/t1237.scala
index 7777372138..0d1dd05d50 100644
--- a/test/files/pos/t1237.scala
+++ b/test/files/pos/t1237.scala
@@ -1,11 +1,11 @@
-class HelloWorld {
- def main(args: Array[String]) {
+class HelloWorld {
+ def main(args: Array[String]) {
object TypeBool;
trait Fct {
def g(x : Int) = TypeBool // breaks.
-
+
// def g(x : Int) = 3 // fine.
}