Bernhard
interface Importer {
fun run(value: String): String
}
val x = listOf(
Importer { it.replace("h", "o")}
)
kralli
fun interface
A modern programming language that makes developers happier.