Default method survey results

Jose A. Illescas jantonio.illescas at rbc.com
Mon Aug 13 04:09:58 PDT 2012


Brian, Why not add one thirth option (without "default" keyword) to poll?

1.  void foo() default {
          System.out.println("foo");
      }

2.  default void foo() {
          System.out.println("foo");
      }

3.     void foo() {

          System.out.println("foo");
      }




On 12/08/2012 00:30, Brian Goetz wrote:
> Poll is closed, and results can be seen here:
>
>
> https://www.surveymonkey.com/sr.aspx?sm=xPw4AxfWK2TTQLQtbIpQCg0lbkw_2fuYDiZnrBDB_2bPyd4_3d
>
>
>



More information about the lambda-dev mailing list