/**
* @author John Wilson
* @version $Revision: 1.6 $
*/
class Groovy239_Bug extends GroovyTestCase {
void testBug() {
def a = makeClosure()
def b = makeClosure()
d
class VariablePrecedenceTest extends GroovyTestCase {
def x = 100
def y = 93
def c = {x -> assert x == 1; assert y == 93; }
void testFoo() {
String[] args = ["a"]
main