[lang-ref] ( assign_empty_string ) ( kotlin )

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