Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt10824.txt
T
Mikhail Glukhikh ed8ccdc15a Take into account data flow info changes for special call (if/when/elvis/!!) arguments #KT-10824 Fixed
Smart casts on complex expressions look as no more possible
2016-01-28 19:30:20 +03:00

14 lines
517 B
Plaintext
Vendored

package
public fun bar(/*0*/ a: A?, /*1*/ aOther: A?): A
public fun bar1(/*0*/ a: A?, /*1*/ aOther: A?): A
public fun foo(/*0*/ a: A?, /*1*/ aOther: A?): A
public fun foo1(/*0*/ a: A?, /*1*/ aOther: A?): A
public final class A {
public constructor A()
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
}