JAR_SEPARATOR

private const val JAR_SEPARATOR: String

Jar-url separator: archive path before it, entry path after, so a trailing one asks for the archive's root. Inlined rather than read off URLUtil — two divergent copies of that class are on the classpath and only one declares the constant, so which node compiles decides whether the reference resolves.