uhe
03/26/2016, 9:18 PMclass Foo {
val access = ReentrantReadWriteLock()
fun foo() = access.write {
// fails with Back-end (JVM) Internal error: Couldn't inline method call 'write' into
// but is not marked in the IDE
return
}
}