mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Only top-level types on fields, methods' return types and value parameters are supported to catch-up how class-files are loaded in IntelliJ (see IDEA-153093) NB: this commit also affects ForeignJava8AnnotationsNoAnnotationInClasspathWithFastClassReadingTestGenerated that were failing before #KT-20016 Fixed