Java程序  |  9行  |  165 B

// Copyright 2006 The Android Open Source Project

/**
 * Version with private access.
 */
public class SemiPrivate {
    private static String mPrivvy = "stuff";
}