We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5044446 commit f3f985fCopy full SHA for f3f985f
cli/version_newer/src/main/scala/scala/scalanative/cli/utils/LinktimePropertyParser.scala
@@ -4,7 +4,7 @@ import java.util.regex.Pattern
4
5
private[utils] object LinktimePropertyParser {
6
7
- val ltpPattern = Pattern.compile("(.*?)=(.*)")
+ private val ltpPattern = Pattern.compile("(.*?)=(.*)")
8
9
@inline
10
private def getLtpPatternException(incorrectPattern: String) =
0 commit comments