5723c2a077
Now result type is receiver type for postfix increment, or increment result type for prefix increment. A set of relevant tests.
12 lines
397 B
Plaintext
12 lines
397 B
Plaintext
package
|
|
|
|
public fun box(): MyClass?
|
|
internal fun MyClass.inc(): MyClass?
|
|
|
|
internal final class MyClass {
|
|
public constructor MyClass()
|
|
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
|
|
}
|