aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
index 9bbf86617..a7c89036c 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputLambda2.java
@@ -1,9 +1,10 @@
-//Compilable with Java8 //indent:0 exp:0
+//a comment //indent:0 exp:0
package com.puppycrawl.tools.checkstyle.checks.indentation; //indent:0 exp:0
import java.util.function.BinaryOperator; //indent:0 exp:0
import java.util.function.Consumer; //indent:0 exp:0
+
public class InputLambda2 { //indent:0 exp:0
public <T> Consumer<Integer> params(Consumer<Integer> f1, Consumer<Integer> f2) { //indent:4 exp:4
return f2; //indent:8 exp:8