blob: 4a25232c7b554c803274cdf0cddaa745a292242b [file] [log] [blame]
// 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();
}
}