blob: 90b9b61e18a24fe612eed7534cb29d4d929c58fe [file] [log] [blame]
def x = 4
if (x in String) {
print 2
}