CFA: No more UNRESOLVED_CALL for object / enum entry qualifiers
(cherry picked from commit 4b09de8)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
962c2e5dd2
commit
b7ed68db05
@@ -0,0 +1,13 @@
|
||||
package
|
||||
|
||||
public val x: kotlin.String = "Owner"
|
||||
|
||||
public open class Owner {
|
||||
public constructor Owner()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
// Static members
|
||||
public const final val name: kotlin.String = "Owner"
|
||||
}
|
||||
Reference in New Issue
Block a user