blob: 68bb0a34330d15fce6060ae7fe8ffaa06dd9a69c [file] [log] [blame]
class TestChar1st {
fun foo(x: Int): Int {
return 'z'.toInt() + x
}
}