Browse Source
Signed-off-by: Brian H <brian.hardock@fermyon.com> Co-authored-by: Brian <brian.hardock@fermyon.com>pull/8325/head
Alex Crichton
7 months ago
committed by
GitHub
3 changed files with 57 additions and 9 deletions
@ -0,0 +1,12 @@ |
|||
package foo:foo; |
|||
|
|||
interface a { |
|||
variant error { |
|||
other(string), |
|||
} |
|||
g: func() -> result<_, error>; |
|||
} |
|||
|
|||
world nope { |
|||
import a; |
|||
} |
Loading…
Reference in new issue