3ef67e1d9d
It's planned to use this inspection for show patchset branches problems during development process.
10 lines
159 B
Java
Vendored
10 lines
159 B
Java
Vendored
package lib;
|
|
|
|
public class LibConstructor {
|
|
public LibConstructor(Object object) {
|
|
}
|
|
|
|
public LibConstructor(Object object, String other) {
|
|
}
|
|
}
|