Files
2023-11-17 14:07:13 +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!!)
}