KT-12046 Java to Kotlin dangerous conversion (recursive property set)
#KT-12046 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
var x = ""
|
||||
set(value) {
|
||||
println("setter invoked")
|
||||
field = value
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user