summaryrefslogtreecommitdiffstats
path: root/testData/results/TestClassLambda.dec
diff options
context:
space:
mode:
Diffstat (limited to 'testData/results/TestClassLambda.dec')
-rw-r--r--testData/results/TestClassLambda.dec2
1 files changed, 1 insertions, 1 deletions
diff --git a/testData/results/TestClassLambda.dec b/testData/results/TestClassLambda.dec
index baf2cd7..6124268 100644
--- a/testData/results/TestClassLambda.dec
+++ b/testData/results/TestClassLambda.dec
@@ -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();
}