summaryrefslogtreecommitdiff
path: root/test/pending/pos/t010/PresentationsX.scala
blob: 6d6c5bf504c382f1d15e78378287502c13cd098a (plain) (blame)
1
2
3
4
5
6
7
8
package pkg2
trait PresentationsX extends pkg1.Presentations {
   trait ProjectImpl extends super.ProjectImpl {
     trait FileImpl extends super.FileImpl {
       lockTyper(Console.println)
     }
   }
}