I’ve run into cases where my code compiles for the...
# multiplatform
n
I’ve run into cases where my code compiles for the JVM target but not for the JavaScript target because some characters in backticked identifiers are allowed on the JVM but not on JS.