blob: 8e71110face5bb526b945932ed8e51cb8ecaa3bd [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
###############################################################################
class Mine
class Cool
end
end
class Mix
@ab = 4
@abc = 4
class Cool2
end
def Mix.foo
@a
end
end