summaryrefslogtreecommitdiff
path: root/test/files/pos/t1409/ConcreteImpl.scala
blob: d427e957e5af6664898eeb333b856b38d6e8a1f9 (plain) (blame)
1
2
3
class ConcreteImpl extends AbstractImpl {
  def create : OuterInterface.InnerInterface = null
 }