Fix memoization of functions called with keyset arguments
[hiphop-php.git] / hphp / test / quick / dv_ci.php
blobaef6c23f990f9a40666404a14653f14440f6baa1
1 <?php
2 class C {}
3 class A {
4 public function a(C $a0 = 0) {}