Java程序  |  12行  |  205 B

// Copyright 2008 The Android Open Source Project

/*
 * Test field access through reflection.
 */
public class Main {
    public static void main(String[] args) {
        Base base = new Base();
    }
}