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

class B {
	
	def myA = new A()

}