Example : class Foo {} @groovy.transform.TypeChecked void test() { def list = [new Foo(), new Foo()] int count = 0 for (Foo foo: ...
確定! 回上一頁