Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface default implementation support #1076
Interface default implementation support #1076
Changes from 1 commit
0cbf493
a1ad121
366448b
fb45f52
ffb612c
2edcd7f
df52dd2
195387f
a1c8086
6cc3263
b75c3c5
772916a
7504b0c
636f5a9
2151f1c
3099f37
b189f12
0b227fa
fa720f6
da610f9
82597c5
3b41af3
01af2b3
a79f308
22aab34
ad4f649
25ddfe4
acdb83e
e5d400f
7fade15
d2c6bb8
968d06d
6e0c4db
8e79098
8b2d36e
2561bac
a117b4f
1f21c2e
cd49c01
6c92d06
f2d4343
8327e9d
eb899b0
03477ba
bcf231a
3f9e74d
b1ad20e
2d29b42
94cea1c
dffc120
5653108
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that
checkInterfaceSpecialFunctionBlock
was inlined below (https://github.com/onflow/cadence/pull/1076/files#diff-c0b32cc7cd7dca791c9db58c1c67445a5d4f64f069f008ad62a2bbab14a0f48aR183), but is it OK to remove the call/check here?