Block a user
fix error if( !someCall() ) - requires a space after ' ' which it must not
It is rare. STR:
fun isSignedByAdmin() {
// just ok
true
}
fun requireAdmin() {
// this called error:
if( !isSignedByAdmin() )
throw "Admin signature…
fix error if( !someCall() ) - requires a space after ' ' which it must not
json serialization of enums as strings
lyngo CLI: formatter command and help to integrae
json serialization of enums as strings
lyngo CLI: formatter command and help to integrae
support jon null and instant serialize and kotlinx.deserialize
support jon null and instant serialize and kotlinx.deserialize
document and syntax-highlight enums
document and syntax-highlight enums
Json serialization of simple user classes