Basic support of partially specified type arguments though a new underscore operator for type arguments

^KT-13394
This commit is contained in:
Victor Petukhov
2021-10-21 14:23:25 +03:00
parent e057831f7f
commit b69fb6779f
35 changed files with 1212 additions and 9 deletions
@@ -133,7 +133,7 @@ interface CollectionLiteralKotlinCallArgument : PostponableKotlinCallArgument
interface TypeArgument
// todo allow '_' in frontend
// Used as a stub or underscored type argument
object TypeArgumentPlaceholder : TypeArgument
interface SimpleTypeArgument : TypeArgument {