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:
Natalia Ukhorskaya
2015-12-03 17:44:42 +03:00
parent ea8de883ac
commit f699adda33
9 changed files with 357 additions and 13 deletions
@@ -11,4 +11,8 @@ public class MyJavaClass {
public String testNotNullFun() {
return "a";
}
public static int staticFun(Object s) {
return 1;
}
}