use

inline fun <T : Closeable?, R> T.use(block: (T) -> R): R(source)

Deprecated

Use stdlib implementation instead. Remove import of this function