This commit is contained in:
Dmitry Jemerov
2009-09-10 19:21:47 +04:00
parent 024cd48836
commit f7615dcf7e
13 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
class <caret>C<X, Y, Z> {
{
C c = new C<String, String, Integer>();
}
}