コード例 #1
0
ファイル: ByteType.java プロジェクト: bugvm/bugvm
 private boolean narrowingConversionTo_compute(TypeDecl type) {
   return type.isChar();
 }