K2: fix reporting of NO_REFLECTION_IN_CLASS_PATH on implicit invoke
#KT-61054 Fixed
This commit is contained in:
committed by
Space Team
parent
87ab88957d
commit
e87bccd5c7
+2
@@ -16,6 +16,7 @@ public fun y01(): kotlin.reflect.KProperty1.Getter<Foo, kotlin.Any>
|
||||
public fun y02(): kotlin.collections.Collection<kotlin.reflect.KCallable<*>>
|
||||
public fun y03(): kotlin.String?
|
||||
public fun y04(): [Error type: Return type for function cannot be resolved]
|
||||
public fun y05(): kotlin.Any
|
||||
|
||||
public final class Foo {
|
||||
public constructor Foo(/*0*/ prop: kotlin.Any)
|
||||
@@ -25,3 +26,4 @@ public final class Foo {
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user