summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/ide-bug-1000450/src/Ranges.scala
blob: 2295d06b9f38113660ca3c648fb1fbdef5f3545e (plain) (blame)
1
2
3
4
5
object Ranges {
  // (1 to 10). // (1) this works as expected
  
  (1 to 10).toS /*!*/ // (2) this fails
}