Convert KotlinChangeSignatureTest to light test case

This commit is contained in:
Dmitry Jemerov
2017-03-23 16:27:26 +01:00
parent e9998aa329
commit 159c2382b4
3 changed files with 27 additions and 40 deletions
@@ -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();
}
}
}