commit | 6dfc0af579fc5dad4b7c5a05ba0b8a4c8daa3284 | [log] [tgz] |
---|---|---|
author | Stephan Herrmann <stephan@cs.tu-berlin.de> | Sun Dec 12 23:18:10 2010 +0000 |
committer | Stephan Herrmann <stephan@cs.tu-berlin.de> | Sun Dec 12 23:18:10 2010 +0000 |
tree | 858ede1ed6224bb5d1bfe41d3acec7e49271406e | |
parent | d8b0a1dda793a0f1bd7457a8acc442fb50e30697 [diff] |
More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope - When tsub instantiates type parameters of a tsuper method keep a ParameterizedMethodBinding during compilation but erase to the original tsuper signature for code gen and byte-code adjust to ensure proper overriding.