summaryrefslogtreecommitdiff
path: root/test/files/pos/t5957/T_1.scala
blob: 1db5a3891f5b04fb77579ad2ff2d7d98aebfe5b7 (plain) (blame)
1
2
3
4
5
6
abstract class T {
  def t1: Test$Bar
  def t2: Test#Bar
  def t3: Test$Baz
  def t4: Test.Baz
}