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';
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,6 @@
|
||||
internal class Test {
|
||||
private val c: Char = 0.toChar()
|
||||
|
||||
fun test() {
|
||||
val c1 = 'c'
|
||||
val c2 = 'C'
|
||||
|
||||
Reference in New Issue
Block a user