mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Moved loadJava "general" tests to subdirectory.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
public open class InnerClassesInGeneric<P, Q>() : java.lang.Object() {
|
||||
public open inner class Inner() : java.lang.Object() {
|
||||
}
|
||||
|
||||
public open inner class Inner2() : Inner() {
|
||||
public open fun iterator() : jet.MutableIterator<P>? {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user