Searched refs:dList (Results 1 – 2 of 2) sorted by relevance
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;40 ( (?: $dList )+ ) # $5
50 public List<BaseDynamic> dList = new ArrayList<>(); { field in StaticTyping1515Test.Issue515Lists51 dList.add(new DerivedDynamic()); in dList.add()