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