[IR] update testdata: print class name for callable references without receivers
This commit is contained in:
committed by
teamcityserver
parent
b6e37c1f89
commit
e94528fe0d
@@ -26,11 +26,11 @@ val test2: KClass<out Int>
|
||||
get
|
||||
|
||||
val test3: KFunction1<A, Unit>
|
||||
field = ::foo
|
||||
field = A::foo
|
||||
get
|
||||
|
||||
val test4: KFunction0<A>
|
||||
field = ::<init>
|
||||
field = A::<init>
|
||||
get
|
||||
|
||||
val test5: KFunction0<Unit>
|
||||
|
||||
Reference in New Issue
Block a user