aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i503.scala
blob: 93f275c4d6196b8125a71ffcfec04e0ce85eb622 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                          
class HelloWorld {
  def main(args: Array[String]): Unit = {
    object TypeBool;

    class Fct {
      def g(x : Int) = TypeBool // breaks.
    }
  }
}