summaryrefslogblamecommitdiff
path: root/test/files/neg/t1623.scala
blob: d02fc2ed9ec44822113df944f0c1bb401d66b0c5 (plain) (tree)
1
2
3
4
5
6
7
8
9

            

        




                       
                          
                   
 
package test

trait A 
trait B 

class BImpl extends B {
  this: A =>
}

object Test2 extends App {
  val b = new BImpl
}