clone, submodule: pass partial clone filters to submodules
[git.git] / t / t4018 / java-nested-field
blobd92d3ec6887f86cd89798cff41fce41eefd6067d
1 class MyExample {
2     private static class RIGHT {
3         // change an inner class field
4         String inner = "ChangeMe";
5     }