Sign in
apache
/
netbeans
/
980c7f261edc4e4eed0d30056de05b3018112265
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test1
/
CCTest1iii.java
blob: c9c228447e2f9f95167522f6d7a864b723c55952 [
file
]
package
test1
;
import
java
.
util
.
ArrayList
;
import
java
.
util
.
List
;
public
class
CCTest1iii
{
private
static
List
<
String
>
l
;
//Check the CC after <
public
static
void
main
(
String
[]
args
)
{
l
=
new
ArrayList
<
String
>();
//Check the CC after <
}
}