90b0ea73dc
#KT-30640 Fixed #KT-22412 Fixed
7 lines
160 B
Java
Vendored
7 lines
160 B
Java
Vendored
public class Test {
|
|
void test(String s) {
|
|
if (s == null) {
|
|
throw new IllegalArgumentException("s should not be null");
|
|
}
|
|
}
|
|
} |