import kotlin.* import kotlin.collections.* import kotlin.text.* const val a = "abcs".first() const val b = UIntArray(3) { it.toUInt() }.first() const val c = listOf(1, "2", 3.0).first() as Int const val d = (first.kt:8)`!>listOf().first()