mirror of https://github.com/sbt/sbt.git
Polymorphic types and fix parameterized type arguments to be Type and not just SimpleType
This commit is contained in:
parent
c864dd90cc
commit
2c083af736
|
|
@ -42,7 +42,7 @@ Type
|
|||
EmptyType
|
||||
Parameterized
|
||||
baseType : SimpleType
|
||||
typeArguments: SimpleType*
|
||||
typeArguments: Type*
|
||||
Annotated
|
||||
baseType : SimpleType
|
||||
annotations : Annotation*
|
||||
|
|
@ -53,6 +53,9 @@ Type
|
|||
Existential
|
||||
baseType : Type
|
||||
clause: TypeParameter*
|
||||
Polymorphic
|
||||
baseType: Type
|
||||
parameters: TypeParameter*
|
||||
|
||||
Access
|
||||
Public
|
||||
|
|
|
|||
Loading…
Reference in New Issue