summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/ide-bug-1000450/src/Ranges.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/presentation/ide-bug-1000450/src/Ranges.scala')
-rw-r--r--test/disabled/presentation/ide-bug-1000450/src/Ranges.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/presentation/ide-bug-1000450/src/Ranges.scala b/test/disabled/presentation/ide-bug-1000450/src/Ranges.scala
index 10e69c58f0..2295d06b9f 100644
--- a/test/disabled/presentation/ide-bug-1000450/src/Ranges.scala
+++ b/test/disabled/presentation/ide-bug-1000450/src/Ranges.scala
@@ -1,5 +1,5 @@
object Ranges {
// (1 to 10). // (1) this works as expected
-
+
(1 to 10).toS /*!*/ // (2) this fails
} \ No newline at end of file