Files
2023-05-16 12:11:46 +00:00

4 lines
55 B
Kotlin
Vendored

fun MutableList<String>.test() {
this += "Alpha"
}