OpenGrok
Cross Reference: FieldNew.java
xref
: /
external
/
annotation-tools
/
annotation-file-utilities
/
tests
/
source-extension
/
FieldNew.java
Home
|
History
|
Annotate
|
Download
|
only in
source-extension
1
package
annotator
.
tests
;
2
3
public
class
FieldNew
{
4
Object
f =
new
FieldNew
();
5
}
6