mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
QuickFixMultiFileTestGenerated - shorter test data files names
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
interface A {
|
||||
|
||||
@Nullable
|
||||
<T, U> U foo(U u, T t);
|
||||
}
|
||||
Reference in New Issue
Block a user