blob: e6eadbf4273d6276348f55f9a59b69a4eb817755 [file] [log] [blame]
package p;
public class Foo {
class Inner {
}
void foo() { // <- create an intermediary in Inner. fails because inner is not static.
}
}