mirror of https://github.com/sbt/sbt.git
approximate type parameters and references by name
not as accurate, but simpler.
This commit is contained in:
parent
05fb991488
commit
25159137d7
|
|
@ -39,7 +39,7 @@ MethodParameter
|
|||
modifier: ParameterModifier
|
||||
|
||||
TypeParameter
|
||||
id: Int
|
||||
id: String
|
||||
annotations: Annotation*
|
||||
typeParameters : TypeParameter*
|
||||
variance: Variance
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Type
|
|||
prefix : SimpleType
|
||||
id: String
|
||||
ParameterRef
|
||||
id: Int
|
||||
id: String
|
||||
Singleton
|
||||
path: Path
|
||||
EmptyType
|
||||
|
|
|
|||
Loading…
Reference in New Issue