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