superlint/.automation/test/groovy/groovy_bad_01.groovy
2020-07-14 09:28:58 -05:00

6 lines
168 B
Groovy

class Example {
static void main(String[] args)
File file = new File("E:/Example.txt")
The file ${file.absolutePath} has ${file.length()} bytes"
}
}