9a8a8364dd
#KT-4344 Fixed
7 lines
108 B
Java
7 lines
108 B
Java
import org.jetbrains.annotations.NotNull;
|
|
|
|
public class Small {
|
|
void test(@NotNull String hi) {
|
|
}
|
|
}
|