示例#1
0
文件: ByteType.java 项目: bugvm/bugvm
 private boolean narrowingConversionTo_compute(TypeDecl type) {
   return type.isChar();
 }