// "Create Class 'Foo'" "true" import java.util.Collection; public class Test { public Collection getSomething() { return null; } } public class Foo { }