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

class B {

	def myA = new A()

}