GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

cell 类型无法运行

Open shyleoking opened this issue 5 years ago • 1 comments

my code

cell MyCell { int A; List<MyStruct> Structs; }

struct MyStruct { int B; }

but at Program

image

shyleoking avatar Apr 10 '20 02:04 shyleoking

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

TaviTruman avatar Apr 10 '20 04:04 TaviTruman