summaryrefslogtreecommitdiff
path: root/test/pending/pos/misc/B.scala
blob: a6889e3c8bcc14fb6883797e1197068d9e9b0790 (plain) (blame)
1
2
3
4
5
6
7
package test

class B {

	def myA = new A()

}