summaryrefslogtreecommitdiff
path: root/test/files/pos/hashhash-overloads.scala
blob: 40519bae0663086ddbd7754c6eeea6d58264d8d3 (plain) (blame)
1
2
3
4
5
6
object Test {
  def f = ().##
  def g = 5f.##
  def h = ({ 5 ; println("abc") }).##
  def f2 = null.##
}