mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
8 lines
235 B
Kotlin
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!!)
|
|
}
|