this works though: ``` fun foo() { File("/").p...
# announcements
k
this works though:
Copy code
fun foo() {
    File("/").parseList(Map::class)
}

fun <T : Any> File.parseList (type: KClass<T>): List<T> = TODO()