Basic support of partially specified type arguments though a new underscore operator for type arguments
^KT-13394
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user