Convert KotlinChangeSignatureTest to light test case
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
<caret>import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
interface J<A> extends T<A> {
|
||||
@Override
|
||||
@@ -17,4 +17,4 @@ abstract class J2 extends J1<String> {
|
||||
public <C> int foofoofoo(@NotNull U<U<String>> xu, C c) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user