aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources-noncompilable
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2016-06-03 09:11:09 -0400
committerRoman Ivanov <romani@users.noreply.github.com>2016-06-03 06:11:09 -0700
commit6155da61d3e2804bb37e3c08a3794f3992fafaff (patch)
treecff60aaeae2badf987a477081c174667660602ac /src/test/resources-noncompilable
parent5d1b87c2a2c3af12aa9d3f984007f596a55deba2 (diff)
downloadcheckstyle-6155da61d3e2804bb37e3c08a3794f3992fafaff.tar.gz
Issue #2618: refactored indentation import and package logic (#3223)
Diffstat (limited to 'src/test/resources-noncompilable')
-rw-r--r--src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/indentation/InputPackageDeclaration2.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/indentation/InputPackageDeclaration2.java b/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/indentation/InputPackageDeclaration2.java
new file mode 100644
index 000000000..ac8891198
--- /dev/null
+++ b/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/indentation/InputPackageDeclaration2.java
@@ -0,0 +1,4 @@
+ @Deprecated //indent:1 exp:1
+ package com.puppycrawl.tools.checkstyle.checks.indentation;//indent:1 exp:0 warn
+
+public class InputPackageDeclaration2 {}//indent:0 exp:0