summaryrefslogblamecommitdiff
path: root/test/files/pos/t6028/t6028_2.scala
blob: f44048c0ab53d860aba73f9e9ea654c679442cc4 (plain) (tree)
1
2
3
4



                                                                  
object Test {
	// ensure that parameter names are untouched by lambdalift
	new C().foo(a = 0)
}