```fun<T> comparator(prop:KProperty1<*, T...
# intellij
a
Copy code
fun<T> comparator(prop:KProperty1<*, T>,value:T) = somethingThatUses(prop.name, value)

comparator(Something::intField, "hello")
could use "Implicit covariant cast to Any" warning here