7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
namespace test
|
|
|
|
public open class MissingUpperBound : java.lang.Object {
|
|
public constructor MissingUpperBound()
|
|
public open fun </*0*/ A> foo() : jet.String? where A : java.lang.Cloneable?, A : java.lang.Runnable?
|
|
}
|