#! /usr/bin/env groovy println "Test1" class echo1 { def name; String hello() { println "Test2" return name } }