You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] Export.scala:4:9
[error] method length in classStringBox must be called with () argument
[error] vall=StringBox("abc").length
[error] ^^^^^^^^^^^^^^^^^^^^^^^
Expectation
This should compile. In general, it should be possible to call nullary methods exported from java-defined classes without parentheses.