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

6 lines
91 B
Java

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