JohannesSLN

Results 1 issues of JohannesSLN

Hi, I noticed the following `runTest` method throws an `IllegalStateException` because ByteBuddy fails to consider the super type of `Sub` in `MemberSubstitution.SubstitutingMethodVisitor.visitMethodInsn`, and therefore cannot resolve `Sub.field`. ```java void runTest()...

bug