test/tools/javac/MethodParameters/EnumTest.out

changeset 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/MethodParameters/EnumTest.out	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,7 @@
     1.4 +enum EnumTest -- 
     1.5 +EnumTest.<init>($enum$name/*synthetic*/, $enum$ordinal/*synthetic*/)
     1.6 +EnumTest.<init>($enum$name/*synthetic*/, $enum$ordinal/*synthetic*/, a, ba)
     1.7 +EnumTest.ok(c, dc)
     1.8 +EnumTest.values()
     1.9 +EnumTest.valueOf(A, BA)
    1.10 +EnumTest.valueOf(name/*implicit*/)
    1.11 \ No newline at end of file

mercurial