Test for KT-7332, already fixed
This commit is contained in:
+6
-4
@@ -1,7 +1,9 @@
|
||||
//file
|
||||
class Test {
|
||||
void test() {
|
||||
char c1 = 'c';
|
||||
Character c2 = 'C';
|
||||
}
|
||||
private char c = 0;
|
||||
|
||||
void test() {
|
||||
char c1 = 'c';
|
||||
Character c2 = 'C';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user