Refactor stepping tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package forTests;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class MyJavaClass {
|
||||
public void testFun() {
|
||||
int i = 1;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public String testNotNullFun() {
|
||||
return "a";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user