Stepping: skip methods deleting to static method call of DefaultImpl.
Support smart step into interface methods with implementation #KT-4803 Fixed
This commit is contained in:
@@ -11,4 +11,8 @@ public class MyJavaClass {
|
||||
public String testNotNullFun() {
|
||||
return "a";
|
||||
}
|
||||
|
||||
public static int staticFun(Object s) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user