// "Add on-demand static import for 'test.Foo'" "true-preview" package test; import java.util.List; import static test.Foo.*; abstract class Foo implements List { static class Bar {} }