blob: 6eb6d147e51a6b1fcc1a2a11329f723ec3260477 [file] [log] [blame]
internal class Test {
private val c = 0.toChar()
fun test() {
val c1 = 'c'
val c2 = 'C'
}
}