[IR] update testdata: print class name for callable references without receivers

This commit is contained in:
Zalim Bashorov
2020-11-11 17:02:39 +03:00
committed by teamcityserver
parent b6e37c1f89
commit e94528fe0d
12 changed files with 27 additions and 27 deletions
@@ -115,18 +115,18 @@ val test_constVal: KProperty0<Int>
get
val test_J_CONST: KProperty0<Int>
field = ::CONST
field = J::CONST
get
val test_J_nonConst: KMutableProperty0<Int>
field = ::nonConst
field = J::nonConst
get
val test_varWithPrivateSet: KProperty1<C, Int>
field = ::varWithPrivateSet
field = C::varWithPrivateSet
get
val test_varWithProtectedSet: KProperty1<C, Int>
field = ::varWithProtectedSet
field = C::varWithProtectedSet
get