blob: 64f1da66a1868ef95bae02a94bb1a6d537a4aa90 [file] [log] [blame]
package foo
import groovy.io.EncodingAwareBufferedWriter
import groovy.io.PlatformLineWriter
public class TestClass {
def TestClass() {
def pf = new PlatformLineWriter()
def eab = new EncodingAwareBufferedWriter()
}
}