summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000349/src/CompletionOnEmptyArgMethod.scala
blob: a3d8e8f06715a398174603b04bc1a6dc53e0b16d (plain) (blame)
1
2
3
4
5
6
7
object Foo {
  new Foo().foo. /*!*/
}

class Foo {
  def foo = this
}