QuickFixMultiFileTestGenerated - shorter test data files names

This commit is contained in:
Valentin Kipyatkov
2015-05-18 11:44:44 +03:00
parent 2a7b5501f4
commit 0dc92c3ee8
165 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
import org.jetbrains.annotations.Nullable;
interface A {
@Nullable
<T, U> U foo(U u, T t);
}