Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/completion/partialForIltWithNothing.txt
T
Pavel Kirpichenkov 4a7b4d655c [NI] Fix completion for ILT when Nothing constraint is present
Full completion should not be done if lower `Nothing`
is the only proper constraint when constraint with ILT type is present.
ILT will be selected as a resulting type and transformed into `Int`
without attention to possible restrictions from outer calls.
2020-02-17 12:02:51 +03:00

4 lines
69 B
Plaintext
Vendored

package
public fun test(/*0*/ boolean: kotlin.Boolean): kotlin.Unit