[FIR] Fix completing bodies of property setters with delegates

This commit is contained in:
Dmitriy Novozhilov
2020-06-21 13:53:09 +03:00
committed by Ilya Gorbunov
parent 8ce28cb509
commit be2ac3bb4f
6 changed files with 75 additions and 47 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
import kotlin.reflect.KProperty
class Delegate<T>(var inner: T) {