Sign in
apache
/
netbeans
/
5de8e61a014f4f50903e681036d8751361c83460
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test13
/
CCTest13iii.java
blob: 5a21f3be6423a014182222772a77b7af92a43d10 [
file
] [
log
] [
blame
]
package
test13
;
public
class
CCTest13iii
{
private
static
List
<
String
>
l
;
//Check the CC after <
public
static
void
main
(
String
[]
args
)
{
l
=
new
List
<
String
>();
//Check the CC after <
}
}