dd682bd37d
Idea is to intersect similar smartcasts on similar properties coming from *different* instances (something like 'this.x == null && other.x == null' ). It checks that we distinguish subjects of such smartcasts properly. Currently behavior is undesired, see KT-27260
11 lines
434 B
Plaintext
Vendored
11 lines
434 B
Plaintext
Vendored
package
|
|
|
|
public final class A {
|
|
public constructor A(/*0*/ x: kotlin.String?)
|
|
public final val x: kotlin.String?
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public final fun foo(/*0*/ other: A): kotlin.Unit
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|