blob: fb2ecb944e11eb2a2bf9b9ded15000a70f80188d [file] [log] [blame]
package a
static getSom2() {
new Script().doSomething()
return 2;
}