Couldn't find class in assembly #596
Answered
by
vfsfitvnm
redleaf1221
asked this question in
Q&A
-
With code snippet looks like this:
It gives me an error: My dump from
|
Beta Was this translation helpful? Give feedback.
Answered by
vfsfitvnm
Jan 23, 2025
Replies: 1 comment 3 replies
-
Would you try the following: assembly.class('a.Network').nested('Validator').method('Check').implementation = () => {return true;}; |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, yeah you are right.
a.Common
is the name of the assembly, so:then use
Common
instead ofassembly