`kotlin.test.assertFailsWith` doc says "Since inli...
# stdlib
k
kotlin.test.assertFailsWith
doc says "Since inline method doesn't allow to trace where it was invoked, it is required to pass a [message] to distinguish this method call from others." That's not true anymore, is it?