[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
var x: Int = 0
|
||||
get() {
|
||||
var y: Int? = null
|
||||
if (y != null) {
|
||||
return y.hashCode()
|
||||
}
|
||||
return field
|
||||
}
|
||||
set(param) {
|
||||
var y: Int? = null
|
||||
if (y != null) {
|
||||
field = y.hashCode()
|
||||
}
|
||||
else {
|
||||
field = param
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user