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