|
Groovy example source code file (StaticMethodImportBug.groovy)
The Groovy StaticMethodImportBug.groovy source code
package groovy.bugs;
import org.codehaus.groovy.dummy.*
/**
* Test case to check if imports can use wildcard (*) for static method calls.
* Bug reference: Explicit import needed to call static method, GROOVY-935
*/
class StaticMethodImportBug extends GroovyTestCase {
void testBug() {
assert ClassWithStaticMethod.staticMethod()
}
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy StaticMethodImportBug.groovy source code file: |
Other websites by Alvin Alexander:
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.