blob: 8c6dbe246daddfeef1a6d347d42ad6fd7f187544 [file] [log] [blame]
public class CharToNumber {
private byte b = 'c';
private short s = 'c';
private int i = 'c';
private long l = 'c';
private float f = 'c';
private double d = 'c';
}