예제 #1
0
파일: Lengths.java 프로젝트: graalvm/fastr
 @Specialization
 protected RIntVector doNull(
     @SuppressWarnings("unused") RNull x, @SuppressWarnings("unused") boolean useNames) {
   return RDataFactory.createEmptyIntVector();
 }