Renamed test data folder
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AAA {
|
||||
private var x = 42
|
||||
|
||||
fun setX(x: Int) {
|
||||
this.x = x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user