Supported SAM adapters in "in/!in" operators.

This commit is contained in:
Evgeny Gerashchenko
2013-06-26 01:03:34 +04:00
parent 0059db486f
commit f35390134f
4 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
class JavaClass {
boolean contains(Runnable i) {
i.run();
return true;
}
}