Hey folks, does anyone know if `lincheck`'s guaran...
# coroutines
r
Hey folks, does anyone know if `lincheck`'s guarantees support extension methods? In particular, would something like
forClasses(ReentrantLock::class).allMethods().ignore()
correctly ignore
fun <T> ReentrantLock.withLock(block: () -> T)
?