use of api.Api in project access-modifier by kohsuke.
the class Caller2 method x.
static void x() { Api x = null; // should fail x.notReallyPublic(); }
Aggregations
UseOf