Files

8 lines
112 B
Java

public class NoLockRequirements {
void testMethod() {
regularMethod();
}
void regularMethod() {
}
}