// From KT-1254 interface T { fun Foo() : (String) -> Unit } class C : T { override fun Foo(): (String) -> Unit { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } }