resolve generic constructor

This commit is contained in:
Stepan Koltsov
2012-04-28 17:43:52 +04:00
parent 0073959224
commit 7af5282a26
10 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package test;
class ConstructorGenericSimple {
<P> ConstructorGenericSimple(P p) {}
}