mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
public class ConstructorTests {
|
|
|
|
public ConstructorTests(String a, String b) {
|
|
}
|
|
|
|
public ConstructorTests(String a) {
|
|
}
|
|
|
|
} |