Added tests with SAM adapters in comparison operators.

This commit is contained in:
Evgeny Gerashchenko
2013-06-26 01:21:29 +04:00
parent 9905e2a719
commit 79185b6775
4 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
class JavaClass {
int compareTo(Runnable i) {
i.run();
return 239;
}
}