DEBSOURCES
Skip Quicknav
sources / checker-framework-java / 3.0.1%2Bds2-3 / framework / tests / flow / MoreFields.java
123456789
public class MoreFields { void testOtherFieds(Test other, int f) { other.f = f; } } class Test { int f; }