Sign in
apache
/
netbeans
/
5de8e61a014f4f50903e681036d8751361c83460
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test14
/
CCTest14v.java
blob: 11932a323520da9b4a435272282ef4b6c9732fff [
file
] [
log
] [
blame
]
package
test14
;
public
class
CCTest14v
{
public
static
void
main
(
String
[]
args
)
{
List
<
String
>
l
;
//Check the CC after <
l
=
new
List
<
String
>();
//Check the CC after <
l
.
add
(
"Hello, world"
);
//Check the signature of the method provided by the CC
}
}