kirillrakhman
//assuming it compiled fun <T : Any> File.parseList (type: KClass<T> = Map::class): List<T> = TODO() file.parseList<String>()