blob: 6c37ec9a007d8b4ab37c1c5b952e0548b87cb279 [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001static def foo() {
2 def a = 4;
3 print a;
4}