[IR] update testdata: print class name for callable references without receivers
This commit is contained in:
committed by
teamcityserver
parent
b6e37c1f89
commit
e94528fe0d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user