Block Comments Listener Check compilable UT input

This commit is contained in:
alexkravin 2014-12-03 18:53:46 +04:00 committed by Roman Ivanov
parent d8aa0a462b
commit 2c93af9335
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/*0*//*1*/package/*2*/ com/*3*/./*4*/puppycrawl/*5*/./*6*/tools/*7*/./*8*/checkstyle/*9*/./*10*/javadoc/*11*/;/*12*/
/*0*//*1*/package/*2*/ com/*3*/./*4*/puppycrawl/*5*/./*6*/tools/*7*/./*8*/checkstyle/*9*/./*10*/comments/*11*/;/*12*/
/*13*/
/*14*/public/*15*/ class /*16*/InputFullOfBlockComments /*49*/{/*17*/
/*18*/
@ -7,9 +7,11 @@
*/ String/*22*/ main/*23*/(/*24*/String/*25*/[/*26*/]/*27*/ args/*28*/)/*29*/ {/*30*/
/*31*/String /*32*/line /*33*/= /*34*/"/*I'm NOT comment*/blabla"/*35*/;/*36*/
/*37*/System/*38*/./* 39 */out/*40*/./*41*/println/*42*/(/*43*/line/*44*/)/*45*/;/*46*/
Integer[] array = null;
/*50*/for/*51*/ (/*52*/Integer/*53*/ i/*54*/:/*55*/ array/*56*/)/*57*/ {/*58*/
/*59*/
}/*60*/
return line;
}/*47*/
}/*48*/
/*61*/