test/tools/javac/generics/5009937/T5009937.out

Wed, 09 Apr 2008 13:41:45 +0100

author
mcimadamore
date
Wed, 09 Apr 2008 13:41:45 +0100
changeset 24
d032d5090fd5
child 384
ed31953ca025
permissions
-rw-r--r--

5009937: hiding versus generics versus binary compatibility
Summary: missing implementation of JLS 8.4.8.3 (different arguments with same erasure not always triggering a compiler error)
Reviewed-by: jjg

mcimadamore@24 1 T5009937.java:39:21: compiler.err.name.clash.same.erasure.no.override: m(T5009937<java.lang.Integer>), T5009937.B, m(T5009937<java.lang.String>), T5009937.A
mcimadamore@24 2 1 error

mercurial