Inline refactoring: should support set/get operator
#KT-17378 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class Declaration {
|
||||
}
|
||||
|
||||
fun call() {
|
||||
val declaration = Declaration()
|
||||
println(4)
|
||||
println("")
|
||||
println(42)
|
||||
println(declaration)
|
||||
Declaration()
|
||||
println({ 42 }())
|
||||
println({ 4 })
|
||||
}
|
||||
Reference in New Issue
Block a user