Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/completion/partialForIlt.txt
T
Pavel Kirpichenkov e9941f8c12 [NI] Implement algorithm for completion mode selection
Current selection of completion mode for call is not always correct in case of full mode,
and sometimes too conservative in case of partial mode. Updated algorithm checks constraints
wrt position of type variables in return type and in other related constraints.
Full completion happens if proper constraint requirements are satisfied for variables.
2019-12-25 14:59:05 +03:00

9 lines
309 B
Plaintext
Vendored

package
public fun </*0*/ T> id(/*0*/ arg: T): T
public fun takeByte(/*0*/ ilt: kotlin.Byte): kotlin.Unit
public fun takeInt(/*0*/ ilt: kotlin.Int): kotlin.Unit
public fun takeLong(/*0*/ ilt: kotlin.Long): kotlin.Unit
public fun takeShort(/*0*/ ilt: kotlin.Short): kotlin.Unit
public fun test(): kotlin.Unit