test/tools/javac/annotations/6881115/T6881115.out

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

author
mcimadamore
date
Sat, 17 Nov 2012 19:01:03 +0000
changeset 1415
01c9d4161882
parent 722
4851ff2ffc10
child 1521
71f35e4b93a5
permissions
-rw-r--r--

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

mcimadamore@629 1 T6881115.java:10:30: compiler.err.duplicate.annotation.member.value: b2, B
mcimadamore@629 2 T6881115.java:10:19: compiler.err.annotation.missing.default.value: B, b1
mcimadamore@632 3 T6881115.java:11:26: compiler.err.annotation.missing.default.value.1: B, b1,b2
mcimadamore@629 4 T6881115.java:11:43: compiler.err.duplicate.annotation.member.value: b2, B
mcimadamore@629 5 T6881115.java:11:32: compiler.err.annotation.missing.default.value: B, b1
mcimadamore@634 6 T6881115.java:17:19: compiler.err.duplicate.annotation.member.value: b2, B
mcimadamore@634 7 T6881115.java:17:8: compiler.err.annotation.missing.default.value: B, b1
mcimadamore@634 8 T6881115.java:18:13: compiler.err.annotation.missing.default.value.1: B, b1,b2
mcimadamore@634 9 T6881115.java:18:30: compiler.err.duplicate.annotation.member.value: b2, B
mcimadamore@634 10 T6881115.java:18:19: compiler.err.annotation.missing.default.value: B, b1
jjg@722 11 10 errors

mercurial