[IR] update testdata: print class name for callable references without receivers
This commit is contained in:
committed by
teamcityserver
parent
b6e37c1f89
commit
e94528fe0d
@@ -1,5 +1,5 @@
|
||||
fun foo() {
|
||||
val ref1: KProperty0<String> = ::someJavaField
|
||||
val ref2: KProperty0<String> = ::someJavaField
|
||||
val ref1: KProperty0<String> = SomeJavaClass::someJavaField
|
||||
val ref2: KProperty0<String> = SomeJavaClass::someJavaField
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user