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