[IR] update testdata: better support for callable references

This commit is contained in:
Zalim Bashorov
2020-11-11 16:10:20 +03:00
committed by teamcityserver
parent 0d3d61862b
commit 8f155c23a0
16 changed files with 47 additions and 47 deletions
@@ -18,18 +18,18 @@ object Foo {
}
val test1: KProperty0<String>
field = ::a
field = Foo::a
get
val test1a: KProperty0<String>
field = ::a
field = Foo::a
get
val test2: KFunction0<String>
field = ::foo
field = Foo::foo
get
val test2a: KFunction0<String>
field = ::foo
field = Foo::foo
get