|
Groovy example source code file (FullyQualifiedVariableTypeBug.groovy)
The Groovy FullyQualifiedVariableTypeBug.groovy source code
package groovy.bugs
/**
* @version $Revision: 4996 $
*/
class FullyQualifiedVariableTypeBug extends GroovyTestCase {
void testBug() {
java.lang.String s = "hey"
assert s.length() == 3
}
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy FullyQualifiedVariableTypeBug.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.