f54de08073
Move IMPLICIT_CAST_TO_UNIT_OR_ANY to ControlFlowInformationProvider (where checks for 'if' and 'when' used as expressions are performed).
7 lines
184 B
Plaintext
Vendored
7 lines
184 B
Plaintext
Vendored
package
|
|
|
|
public val test1: () -> kotlin.Any
|
|
public val test2: () -> () -> kotlin.Any
|
|
public val test3: (kotlin.Boolean) -> kotlin.Any
|
|
public val test4: (kotlin.Boolean) -> kotlin.Any?
|