Anyone stepped with code coverage and global (inli...
# random
j
Anyone stepped with code coverage and global (inline) functions? Example:
inline fun <reified T : Any> ConfigProvider.bind(name: String) = bind(name, T::class.java)