[lang-ref] カラ文字列 ( kotlin )

@Test
fun assignEmptyString() {
	// ""
	val s = ""
	assertEquals("", s)
}