mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-24 00:21:34 +00:00
6 lines
160 B
Plaintext
Vendored
6 lines
160 B
Plaintext
Vendored
package test
|
|
|
|
public open class ConstructorGenericDeep {
|
|
public constructor ConstructorGenericDeep</*0*/ P : kotlin.Any!>(/*0*/ p0: java.lang.Class<P!>!)
|
|
}
|