Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.java
2013-03-12 19:31:45 +04:00

6 lines
105 B
Java

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