Files
kotlin-fork/j2k/tests/testData/ast/literalExpression/char.ide.kt
T
Pavel V. Talanov 741e031ff1 Converter:
Use formatter in converter tests
Reformat test data
2013-12-22 16:46:51 +04:00

6 lines
81 B
Kotlin

class Test() {
fun test() {
val c1 = 'c'
val c2 = 'C'
}
}