//file class Test { void test() { char c1 = 'c'; Character c2 = 'C'; } }