microsoft/GraphEngine

cell 类型无法运行

shyleoking opened this issue · 1 comments

my code

cell MyCell
{
int A;
List Structs;
}

struct MyStruct
{
int B;
}

but at Program

image

@shyleoking It looks like you're missing a using statement; can you show your complete program code?