Files
codeql/java/ql/integration-tests/all-platforms/kotlin/enhanced-nullability/user.kt
2022-10-28 10:53:45 +01:00

5 lines
52 B
Kotlin

fun f(t: Test): Int {
val x = t.f(5)
return x
}