I considered something along the lines of ```inli...
# announcements
d
I considered something along the lines of
Copy code
inline fun <reified T, R> Class<T>.reifyIn(f: () -> R): R = f()
but it didn't appear to help
m
Surround your code in triple backticks (```) to format it.
👍 1