lambda: check interface functional

This commit is contained in:
anna
2012-07-18 11:42:44 +02:00
parent af13d2a99e
commit 507a7bbd48
15 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
interface Foo {
int m();
Object clone();
}