java-decompiler: tests moved

This commit is contained in:
Roman Shevchenko
2014-09-01 18:54:33 +04:00
parent d5fe121d1d
commit e629738a46
28 changed files with 467 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ public class TestClassLambda {
return null;
}
public static String function(Supplier var0) {
public static String function(Supplier<String> var0) {
return (String)var0.get();
}