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