blob: b693a380cbe4b63dc8208c47edbf2bb3a9979637 [file] [log] [blame]
public <T> T bar(Class<T> type) {return type.newInstance()}
def foo = bar(String)
print fo<ref>o