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.
1 parent 004c531 commit b616b98Copy full SHA for b616b98
_tour/classes.md
@@ -38,7 +38,7 @@ class Point(var x: Int, var y: Int) {
38
}
39
40
val point1 = new Point(2, 3)
41
-point1.x // 2
+println(point1.x) // 2
42
println(point1) // prints (2, 3)
43
```
44
0 commit comments