mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
test++
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
<T> void fo<caret>o(T... t){
|
||||
for (T t1 : t) {}
|
||||
}
|
||||
void bar(){
|
||||
foo("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user