4 lines
83 B
Text
4 lines
83 B
Text
def main() {
|
|
field a = 1**2**3; // parentheses are required here
|
|
return;
|
|
}
|