Add more complexity to example with custom record and parameters
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package my:project;
|
||||
|
||||
world test {
|
||||
import hello: func();
|
||||
export greet: func();
|
||||
record record-string {
|
||||
hello-string: string,
|
||||
}
|
||||
|
||||
import hello: func(hello-string: record-string);
|
||||
export greet: func(hello-string: record-string);
|
||||
}
|
||||
Reference in New Issue
Block a user