We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Given
package main type x struct { I1 interface{} I2 interface { } i1 interface { x() int } }
Reformat code
Expected: nothing changes
Actual: