Skip to content

Add CLASS_EXTENDS to visitTypeAnnotation.

Ao Li requested to merge aoli-al/asm:master into master

It is possible to have CLASS_EXTENDS annotations in methods (for example https://github.com/google/guava/blob/master/guava/src/com/google/common/util/concurrent/ClosingFuture.java#L445). I also attached the compiled class file. com.google.common.util.concurrent.ClosingFuture.class

Merge request reports