Renamed test data folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class AAA {
|
||||
var x = 42
|
||||
private set
|
||||
|
||||
fun foo() {
|
||||
x = 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user