summaryrefslogblamecommitdiff
path: root/test/files/run/t8933/A_1.scala
blob: 996e3b4a2cf4b779d12754b48b1953d75cc26373 (plain) (tree)
1
2
3
4
5
6





                                            
class MotherClass

trait MixinWithSymbol {
  self: MotherClass =>
  def symbolFromTrait: Symbol = 'traitSymbol
}