mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Moved loadJava "general" tests to subdirectory.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package test;
|
||||
|
||||
import java.lang.UnsupportedOperationException;
|
||||
|
||||
public class InnerClassesInGeneric<P, Q> {
|
||||
public class Inner {
|
||||
}
|
||||
|
||||
public class Inner2 extends Inner {
|
||||
public java.util.Iterator<P> iterator() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user