[FIR] Set type arguments also in provideDelegate property reference

This commit is contained in:
Mikhail Glukhikh
2020-04-02 15:59:59 +03:00
parent 8bf4ec66a9
commit b21da3910a
8 changed files with 5 additions and 300 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
class Delegate(val value: String) {
operator fun getValue(thisRef: Any?, property: Any?) = value
}