aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t177.scala
blob: 33b4de9264138a6057d87002601a27be94a393c0 (plain) (tree)
1
2
3
4
5
6
7
8







                  
class A {
  def foo = {
    object Y {
      def bar = 1;
    }
    Y.bar
  }
}