Files
codeql/java/ql/test/kotlin/library-tests/java_properties/Use.kt

5 lines
53 B
Kotlin

fun use(prop: Prop): String {
return prop.foo
}