We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MRE:
from lpython import i32 class test: x: i32 = i64(4) t: test = test() print(t.x)