all will be int
This commit is contained in:
@@ -4,6 +4,6 @@ fun test() {
|
||||
return 3;
|
||||
}
|
||||
|
||||
int x = test();
|
||||
x = test();
|
||||
|
||||
print(x);
|
||||
Reference in New Issue
Block a user