test/tools/javac/processing/options/XprintDocComments.out

Sat, 17 Nov 2012 19:01:03 +0000

author
mcimadamore
date
Sat, 17 Nov 2012 19:01:03 +0000
changeset 1415
01c9d4161882
parent 0
959103a6100f
permissions
-rw-r--r--

8003280: Add lambda tests
Summary: Turn on lambda expression, method reference and default method support
Reviewed-by: jjg

     2 /**
     3  * CLASS XprintDocComments
     4  */
     5 class XPrintDocComments {
     7   XPrintDocComments();
     8   /**
     9    * FIELD i;
    10    */
    11   int i;
    12 }

mercurial