()
| 20 | } |
| 21 | |
| 22 | func getOptions() struct { |
| 23 | Mode string |
| 24 | } { |
| 25 | return struct { |
| 26 | Mode string |
| 27 | }{Mode: "gfm"} |
| 28 | } |
| 29 | |
| 30 | func unqualifiedIdentifierArgumentDoesNotWarn() { |
| 31 | _ = Ptr("x") |
no outgoing calls
no test coverage detected
searching dependent graphs…