Gavin King
Gavin King
Well IMO you need to either finish it or remove it because currently it's pretty hard to tell even what you're trying to get at with these APIs. I think...
Related issue #7380.
@jvasileff should be mostly-fixed now, but perhaps I still need to optimize `hasUnderlyingType()` and `getMemoizedHashCode()`? Anyway, your tests no longer crash the typechecker....
Should be *much* harder to break it now.
Damn! After my most recent commit in this area, the problem is now _un_-fixed. :-(
OK, looks like it's properly-fixed now.
Alright, so there are definitely some bugs here, though the problems are not quite what you've reported. @dlkw the correct code to do what you're trying to do is the...
> 1. on the JVM, `` `C`.getDeclaredConstructor("o") `` blows up, instead of just returning no results. Fixed, but needs a test.
This bug probably still affects nested classes.
We kinda let this issue die because we were planning on doing it via AST transformers. Since it seems to me that we're no longer very interested in going down...