Test step into for Java constructor with SAM conversion
Additional test for KT-21538 #KT-21538 Fixed
This commit is contained in:
@@ -54,4 +54,9 @@ public class MyJavaClass {
|
||||
public void other(Runnable runnable) {
|
||||
runnable.run();
|
||||
}
|
||||
|
||||
public MyJavaClass() {}
|
||||
|
||||
// Constructor with sam conversion for step into test
|
||||
public MyJavaClass(Runnable runnable) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user