-
Notifications
You must be signed in to change notification settings - Fork 137
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
Allow contract interface types in intersection types #3089
Allow contract interface types in intersection types #3089
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 7fb04f9 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3089 +/- ##
=======================================
Coverage 80.62% 80.63%
=======================================
Files 378 378
Lines 91337 91333 -4
=======================================
+ Hits 73645 73646 +1
+ Misses 15046 15041 -5
Partials 2646 2646
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #3088
Description
https://discord.com/channels/613813861610684416/621847426201944074/1205259026737266768
Forbidding contract interfaces was an oversight.
Also test other composite kinds.
master
branchFiles changed
in the Github PR explorer