summaryrefslogblamecommitdiff
path: root/test/files/pos/t2464/ScalaOne_1.scala
blob: 0271b9ce7285d244bb0d7088654925e75bcdf16b (plain) (tree)
1
2
3
4
5
6


                                            
        

 
class ScalaClassOne extends ClassTwo.Child {
  def func4() = {
    func2
  }	
}