-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't workingsubject: code generationThis issue is about code generationThis issue is about code generation
Description
This sample fails with a compilation error:
func Test:
inputs:
foo Foo (1..*)
output:
result number (0..1)
set result:
foo -> bar
max [ attr ]
then extract value
type Foo:
bar Bar (1..*)
[metadata location]
type Bar:
attr string (1..1)
value number (1..1)
This one fails with a different error:
func Test:
inputs:
bar Bar (1..*)
[metadata location]
output:
result Bar (0..1)
set result:
bar
max [ attr ]
type Bar:
attr string (1..1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsubject: code generationThis issue is about code generationThis issue is about code generation