Convert to anonymous function: do not name argument when lambda is Java method
#KT-30613 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
033d7262a2
commit
93d854362b
@@ -0,0 +1,7 @@
|
||||
public class Test {
|
||||
void foo(Sam s) {}
|
||||
}
|
||||
|
||||
interface Sam {
|
||||
void foo(int x);
|
||||
}
|
||||
Reference in New Issue
Block a user