예제 #1
0
파일: ByteType.java 프로젝트: bugvm/bugvm
 private boolean narrowingConversionTo_compute(TypeDecl type) {
   return type.isChar();
 }