// "Make 'inner' static" "true-preview" import java.io.*; class a { static class inner { static int i; } void f() { } }