1   package com.puppycrawl.tools.checkstyle.checks.indentation.indentation; //indent:0 exp:0
2   
3   import java.lang.Thread; //indent:0 exp:0
4   
5   public class InputIndentationStrictCondition { //indent:0 exp:0
6       void method(Thread foo) { //indent:4 exp:4
7           method( //indent:8 exp:8
8                   new Thread() { //indent:16 exp:16
9                           public void run() { //indent:24 exp:24
10                              } //indent:28 exp:28
11                      } //indent:20 exp:20
12          ); //indent:8 exp:8
13          } //indent:8 exp:8
14      } //indent:4 exp:4