예제 #1
0
파일: Closure.java 프로젝트: johnmy/wyvern
 @Override
 public Type getType() {
   return function.getType();
 }