mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
add wildcard
This commit is contained in:
parent
41e5165195
commit
c07120fcca
3
test/fixtures/java/corpus/Wildcard.B.java
vendored
Normal file
3
test/fixtures/java/corpus/Wildcard.B.java
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
class Connectable {
|
||||
void connect(C<? extends B> connection);
|
||||
}
|
19
test/fixtures/java/corpus/Wildcard.diffA-B.txt
vendored
Normal file
19
test/fixtures/java/corpus/Wildcard.diffA-B.txt
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
(Statements
|
||||
(Class
|
||||
(Identifier)
|
||||
(Statements
|
||||
(Method
|
||||
(Void)
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(GenericType
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
(Wildcard
|
||||
{ (WildcardBoundSuper
|
||||
{-(Identifier)-})
|
||||
->(WildcardBoundExtends
|
||||
{+(Identifier)+}) })))
|
||||
(Empty)))))
|
19
test/fixtures/java/corpus/Wildcard.diffB-A.txt
vendored
Normal file
19
test/fixtures/java/corpus/Wildcard.diffB-A.txt
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
(Statements
|
||||
(Class
|
||||
(Identifier)
|
||||
(Statements
|
||||
(Method
|
||||
(Void)
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(GenericType
|
||||
{ (Identifier)
|
||||
->(Identifier) }
|
||||
(Wildcard
|
||||
{ (WildcardBoundExtends
|
||||
{-(Identifier)-})
|
||||
->(WildcardBoundSuper
|
||||
{+(Identifier)+}) })))
|
||||
(Empty)))))
|
16
test/fixtures/java/corpus/Wildcard.parseA.txt
vendored
Normal file
16
test/fixtures/java/corpus/Wildcard.parseA.txt
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
(Statements
|
||||
(Class
|
||||
(Identifier)
|
||||
(Statements
|
||||
(Method
|
||||
(Void)
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(GenericType
|
||||
(Identifier)
|
||||
(Wildcard
|
||||
(WildcardBoundSuper
|
||||
(Identifier)))))
|
||||
(Empty)))))
|
16
test/fixtures/java/corpus/Wildcard.parseB.txt
vendored
Normal file
16
test/fixtures/java/corpus/Wildcard.parseB.txt
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
(Statements
|
||||
(Class
|
||||
(Identifier)
|
||||
(Statements
|
||||
(Method
|
||||
(Void)
|
||||
(Empty)
|
||||
(Identifier)
|
||||
(Annotation
|
||||
(Identifier)
|
||||
(GenericType
|
||||
(Identifier)
|
||||
(Wildcard
|
||||
(WildcardBoundExtends
|
||||
(Identifier)))))
|
||||
(Empty)))))
|
Loading…
Reference in New Issue
Block a user