Supported SAM adapter in infix calls.

This commit is contained in:
Evgeny Gerashchenko
2013-06-26 01:26:46 +04:00
parent 79185b6775
commit 939b658704
4 changed files with 19 additions and 1 deletions
@@ -0,0 +1,5 @@
class JavaClass {
void doSomething(Runnable i) {
i.run();
}
}