Files
2023-11-17 14:07:13 +00:00

5 lines
53 B
Kotlin

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