test/tools/javac/defaultMethods/Pos13.java

changeset 1415
01c9d4161882
parent 1393
d7d932236fee
child 2020
bb7271e64ef6
equal deleted inserted replaced
1414:843d3b191773 1415:01c9d4161882
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @summary qualified 'this' inside default method causes StackOverflowException 26 * @summary qualified 'this' inside default method causes StackOverflowException
27 * @compile -XDallowDefaultMethods Pos13.java 27 * @compile Pos13.java
28 */ 28 */
29 29
30 public class Pos13 { 30 public class Pos13 {
31 31
32 static int assertionCount = 0; 32 static int assertionCount = 0;

mercurial