Files
Pavel Kirpichenkov 95a8060946 [NI] Don't report uninferred type parameter error on special functions
Type parameters can't be specified explicitly for special constructions.
Reporting this error does not help fixing the cause of it and needlessly
reveals implementation details.

^KT-36342 Fixed
2020-02-12 17:33:42 +03:00

6 lines
142 B
Plaintext
Vendored

package
public fun </*0*/ K> id(/*0*/ arg: K): K
public fun </*0*/ M> materialize(): M
public fun test(/*0*/ b: kotlin.Boolean): kotlin.Unit