jdk-24/test/jdk/tools/jjs/classpath.js
2017-09-12 19:03:39 +02:00

9 lines
178 B
JavaScript

/*
* This is the test JavaScript program used in jjs-cpTest.sh
*/
var v = new Packages.Hello();
if (v.string != 'hello') {
throw new Error("Unexpected property value");
}