-
Notifications
You must be signed in to change notification settings - Fork 546
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
compileExpr: tryGopExec (see TestSpxGopExec) #1741
Conversation
@@ -1387,7 +1387,7 @@ func OnKey__a(a, b string, v ...int) { | |||
031: 33: 3 | onKey | func (*main.N).OnKey__8(x int, y int)`) | |||
} | |||
|
|||
func TestMixedOverload3(t *testing.T) { | |||
func _TestMixedOverload3(t *testing.T) { // TODO: |
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.
[staticcheck] func _TestMixedOverload3 is unused (U1000)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1741 +/- ##
==========================================
+ Coverage 91.92% 92.67% +0.74%
==========================================
Files 38 37 -1
Lines 10779 8917 -1862
==========================================
- Hits 9909 8264 -1645
+ Misses 704 487 -217
Partials 166 166 ☔ View full report in Codecov by Sentry. |
No description provided.