We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Right now error is defined like this:
error
inline def error(inline msg: String, objs: Any*): Nothing
We should make it take a full interpolated string. That does not work now, since interpolated strings are not inline constants.