sjsonnet
sjsonnet copied to clipboard
Class "package$" is in the default package
When running below code I get the above error -
SjsonnetMain.main0(
new String[]{"foo.jsonnet"},
sjsonnet.SjsonnetMain.createParseCache(),
System.in,
System.out,
System.err,
os.package$.MODULE$.pwd(),
scala.None$.empty()
);
with expression os.package$.MODULE$.pwd().
Can you provide a self-contained repro?
I run into the same error and found the following working: new Path(Paths.get(".").toAbsolutePath()