You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,11 @@ Code above will transform into:
88
88
String a;
89
89
```
90
90
91
+
However, you can omit any type definitions. Then default type `var` will be used.
92
+
91
93
### Functions
92
94
93
-
Type definition for function arguments done the same way as for variables. Also you're able define functions's return type.
95
+
Type definition for function arguments done the same way as for variables. Also you're able define functions's return type, however, this is still optional.
0 commit comments