I'm not sure that's possible in < 1.1. In 1.1 t...
# reflect
d
I'm not sure that's possible in < 1.1. In 1.1 though, there is `KType.classifier`:
callable.returnType.classifier == String::class
👍 1