Closed Just-D-A closed 3 years ago
inline operator fun ErrorHandler.invoke(block: () -> R): R {} //and fun Session.toJsonableSession(): JsonableSession = if (this is JsonableSession) this else JsonableSession(this)
inline operator fun ErrorHandler.invoke(block: () -> R): R {}
//and
fun Session.toJsonableSession(): JsonableSession = if (this is JsonableSession) this else JsonableSession(this)