Files
2023-11-21 15:28:12 +00:00

8 lines
235 B
Kotlin

fun test(url: String) {
val s = url.startsWith("1")
val r = url.removePrefix("2")
(null!! as kotlin.reflect.KProperty0<Int>).getValue(null, null!!)
(null!! as kotlin.reflect.KProperty1<Int, Int>).getValue(1, null!!)
}