[IR] update testdata: better support for callable references
This commit is contained in:
committed by
teamcityserver
parent
0d3d61862b
commit
8f155c23a0
+4
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user