'quick' directory renamed to 'tests' which reflects its contents
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Flower() {
|
||||
|
||||
var minusOne: Int = 1
|
||||
get() = $minusOne + 1
|
||||
set(n: Int) { $minusOne = n - 1 }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user