-
-
Save lorenzo-stoakes/1552355 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package test | |
import runtime "runtime" | |
type Foo interface { | |
Bar() *interface { | |
Bar() DotDotDot | |
Baz() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
} | |
Bug() *interface { | |
Bar() DotDotDot | |
Baz() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
Bug() DotDotDot | |
} | |
} | |
Baz() *interface { | |
Bar() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
} | |
Baz() DotDotDot | |
Bug() *interface { | |
Bar() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
} | |
Bug() *interface { | |
Bar() *interface { | |
Bar() DotDotDot | |
Baz() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
Bug() DotDotDot | |
} | |
Baz() *interface { | |
Bar() *interface { | |
Bar() DotDotDot | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
Baz() DotDotDot | |
Bug() DotDotDot | |
} | |
Bug() DotDotDot | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment