https://kotlinlang.org logo
#compiler
Title
# compiler
l

louiscad

10/30/2023, 10:52 PM
The compiler emits a warning if I use
|
in a backticked function name, claming it can cause problems on Windows. I can supprss it with
@Suppress("DANGEROUS_CHARACTERS")
, but what's the danger exactly? I plan to run it only on the JVM.
c

Chris Lee

10/30/2023, 10:57 PM