mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
methodReference test
This commit is contained in:
parent
27e1f0a375
commit
81ce713c20
11
test/fixtures/java/corpus/methodReference.java
vendored
Normal file
11
test/fixtures/java/corpus/methodReference.java
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
class TermsSetQueryBuilder {
|
||||
void Terms() {
|
||||
min = read(Script::new);
|
||||
}
|
||||
}
|
||||
|
||||
class TermsSetQueryBuilder {
|
||||
void Terms() {
|
||||
min = read(Script::yodawg);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user