mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
add field access test
This commit is contained in:
parent
3e4005ab65
commit
cf63da3cbf
5
test/fixtures/java/corpus/field-access.java
vendored
Normal file
5
test/fixtures/java/corpus/field-access.java
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
class Grouped {
|
||||
Flowable(K key) {
|
||||
this.key = key;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user