1
1
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:
Ayman Nadeem 2018-06-06 11:06:16 -07:00
parent 3e4005ab65
commit cf63da3cbf

View File

@ -0,0 +1,5 @@
class Grouped {
Flowable(K key) {
this.key = key;
}
}