neo-go/pkg/compiler/testdata/inline
Roman Khimov b57dd2cad6 compiler: properly inline methods, use receiver
Notice that this doesn't differentiate between (*T) and (T) receivers always
treating them as is. But we have the same problem with arguments now and the
number of inlined calls is limited, usually we want this behavior.
2022-07-07 15:10:29 +03:00
..
a compiler: support basic inlining 2021-02-15 18:48:33 +03:00
b compiler: support basic inlining 2021-02-15 18:48:33 +03:00
inline.go compiler: properly inline methods, use receiver 2022-07-07 15:10:29 +03:00