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