73799e2c3c
It's done with similar constructions where possible trying to preserve intended behavior. Some usages are removed because they test exactly the feature that we are going to drop soon.
19 lines
867 B
Plaintext
Vendored
19 lines
867 B
Plaintext
Vendored
package
|
|
|
|
public val newSyntax: (kotlin.Int) -> kotlin.Unit
|
|
public val newSyntax1: (???, ???) -> kotlin.Unit
|
|
public val newSyntax2: (kotlin.Int, kotlin.Int) -> kotlin.Unit
|
|
public val newSyntax3: (???, kotlin.Int) -> kotlin.Unit
|
|
public val newSyntax4: (kotlin.Int, ???) -> kotlin.Unit
|
|
public val none: () -> kotlin.Unit
|
|
public val parameterWithFunctionType: () -> ((kotlin.Int) -> kotlin.Int) -> [ERROR : No type element]
|
|
public val parenthesizedParameters: () -> kotlin.Int
|
|
public val parenthesizedParameters2: () -> ???
|
|
public val receiver: () -> ???
|
|
public val receiverAndReturnType: () -> kotlin.Int
|
|
public val receiverAndReturnTypeWithParameter: () -> kotlin.Int
|
|
public val receiverWithFunctionType: () -> kotlin.Int.Companion
|
|
public val receiverWithParameter: () -> ???
|
|
public val returnType: () -> kotlin.Int
|
|
public val returnTypeWithParameter: () -> kotlin.Int
|