Replies: 1 comment
-
Not sure how Kotlin compiles this, but there's an abstract method in the interface that does not allow for using SuperCall. Did you try to check if Foo.x |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use a method to intercept all method calling. My codes are as follows:
Exception will be thrown while calling
make()
:And I'm currently using byte-buddy
1.15.10
.Beta Was this translation helpful? Give feedback.
All reactions