e9941f8c12
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.
9 lines
309 B
Plaintext
Vendored
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
|