Add regression test: parameter from lambda is removed
This commit is contained in:
Vendored
+4
@@ -72,6 +72,10 @@ public interface JFunction0 {
|
||||
void foo();
|
||||
}
|
||||
|
||||
public interface Listener {
|
||||
public void onChange(int visibility);
|
||||
}
|
||||
|
||||
public interface JFunction1ReturnType<T> {
|
||||
void foo(T t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user