// WITH_RUNTIME // IS_APPLICABLE: false fun main(args: Array){ val y = "abcd" + listOf( 1, 2 ) }