aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t6335.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t6335.scala')
-rw-r--r--tests/pending/pos/t6335.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/pending/pos/t6335.scala b/tests/pending/pos/t6335.scala
index 50e34092d..eb052db19 100644
--- a/tests/pending/pos/t6335.scala
+++ b/tests/pending/pos/t6335.scala
@@ -12,14 +12,14 @@ object E extends Z {
}
trait Z {
- def Z = 0
+ def Z = 0
}
object Test {
- import E._
- 0.xx
+ import E._
+ 0.xx
- "".yy
+ "".yy
true.zz
}