(def x (new Class1)) (.Foo x) ;Syntax Error: Method Void Foo[T]() is a generic method definition (Parameter 'method') (.Foo x (type-args String)) ;Syntax error ...
確定! 回上一頁