mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 00:21:31 +00:00
6 lines
146 B
Plaintext
Vendored
6 lines
146 B
Plaintext
Vendored
package test
|
|
|
|
public open class ConstructorGenericSimple {
|
|
public constructor ConstructorGenericSimple</*0*/ P : kotlin.Any!>(/*0*/ p0: P!)
|
|
}
|