Renamed test data folder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Test(count: Int) {
|
||||
var count: Int = 0
|
||||
private set
|
||||
|
||||
init {
|
||||
this.count = count
|
||||
}
|
||||
|
||||
fun inc() {
|
||||
count++
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user