mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
package test
|
|
|
|
public open class AllBoundsInWhen {
|
|
public constructor AllBoundsInWhen()
|
|
public open fun </*0*/ T : java.io.Serializable!> foo(): kotlin.Unit
|
|
} |