Jakub Jabłoński

Results 3 comments of Jakub Jabłoński

I briefly looked into it and symbols are not created for those functions. Will try to narrow it down later today.

What will happen if you change `Rectangle` to ```V pub struct Rectangle { pub: width int height int } pub fn (r Rectangle) area() { return r.width * r.height }...

I see same error in my spring boot app. After I commented out all @CompileStatic annotations, the error goes away.