Convert to anonymous object: fix wrong replacement when SAM is nested interface
#KT-33660 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
2e3428bbe7
commit
6a329210cb
@@ -0,0 +1,8 @@
|
||||
public class J {
|
||||
public void foo(Sam sam) {
|
||||
}
|
||||
|
||||
public interface Sam {
|
||||
void bar();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user