querydsl/src/test/resources/testConstructors
Timo Westkämper a180a6b878 added tests
2010-05-15 10:39:25 +00:00

9 lines
138 B
Plaintext

public class ConstructorTests {
public ConstructorTests(String a, String b) {
}
public ConstructorTests(String a) {
}
}