Files
kotlin/compiler/testData/readJavaBinaryClass/constructor/ConstructorGenericSimple.java
2012-04-28 17:43:52 +04:00

6 lines
91 B
Java

package test;
class ConstructorGenericSimple {
<P> ConstructorGenericSimple(P p) {}
}