summaryrefslogblamecommitdiff
path: root/test/files/pos/bug812.scala
blob: 1c9c923b6cc7c04efe301d0b8a23f1299259a2fe (plain) (tree)
1
2
3
4
5
6
7



                                   
                                         

                             
package test;
import scala.{Application => Main};
class Test extends Main {
  import test.{Test => Hello}
  super[Application].main(Array("test"));
  private[Test] def xxx = 10;
}