Exemple #1
0
 public function testASeqReturnedAsIsFromSeq()
 {
     $seq = new lang\Cons();
     $this->assertSame($seq, lang::seq($seq));
 }