mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
2 lines
165 B
Kotlin
2 lines
165 B
Kotlin
fun test(cs: CharSequence, col: Collection<String>, map: Map<String, String>) = cs.length + col.size + map.size + map.keys.size + map.values.size + map.entries.size
|