summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000475/src/Foo.scala
blob: b963bb7a886713da6fe408e84433174805f625c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
class Foo {
  val v = new Object
  v.toS/*!*/
  
  val m = Map(1 -> new Object)
  m(1).toS/*!*/
  m(1)./*!*/
  println()
}