[lang-ref] ( charcode_to_char ) ( kotlin )

@Test
fun charcodeToChar() {
	// i.toChar
	assertEquals('a', 97.toChar())
}