We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b27456 commit b0fb481Copy full SHA for b0fb481
1 file changed
libraries/Scalaxy/src/main/scala/scalaxy/common/PluginNames.scala
@@ -115,7 +115,7 @@ trait PluginNames {
115
116
lazy val ArrayIndexOutOfBoundsExceptionClass = C("java.lang.ArrayIndexOutOfBoundsException")
117
118
- val primArrayNames = Array(
+ lazy val primArrayNames = Array(
119
(IntClass.tpe, "ofInt"),
120
(LongClass.tpe, "ofLong"),
121
(ShortClass.tpe, "ofShort"),
0 commit comments