summaryrefslogtreecommitdiff
path: root/test/files/pos/t4202.scala
blob: dbedd0bf79adb8bf69b32232d054aff0f82f863c (plain) (blame)
1
2
3
4
5
6
7
object t4202 {
  () => {
    trait T {
      def t = ()
    }
  }
}