blob: aaf2139925555fcff3dde53e3e9dff709ea80c56 [file] [log] [blame]
package pack1
class Xx {
def Xx(int i) {
}
}
Xx x = new Xx(2);
print x;