author | vromero |
Fri, 04 Dec 2015 09:46:12 -0800 | |
changeset 34479 | 2a1f2bb7cc13 |
parent 34478 | ded7db333ff1 |
child 34480 | 124ac002c969 |
--- a/langtools/test/tools/javac/lib/DPrinter.java Wed Dec 02 09:36:35 2015 -0800 +++ b/langtools/test/tools/javac/lib/DPrinter.java Fri Dec 04 09:46:12 2015 -0800 @@ -1281,6 +1281,7 @@ printList("argtypes", type.argtypes); printType("restype", type.restype, Details.FULL); printList("thrown", type.thrown); + printType("recvtype", type.recvtype, Details.FULL); return visitType(type, null); }