mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
package test
|
|
|
|
public open class MissingUpperBound : java.lang.Object {
|
|
public constructor MissingUpperBound()
|
|
public open fun </*0*/ A> foo() : jet.String? where A : java.lang.Runnable?, A : java.lang.Cloneable?
|
|
}
|