mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
11 lines
354 B
Plaintext
Vendored
11 lines
354 B
Plaintext
Vendored
package test
|
|
|
|
public final class MethodReferencesOuterClassTP</*0*/ P : kotlin.Any!> {
|
|
public constructor MethodReferencesOuterClassTP</*0*/ P : kotlin.Any!>()
|
|
|
|
public final inner class Inner /*captured type parameters: /*0*/ P : kotlin.Any!*/ {
|
|
public constructor Inner()
|
|
public final fun </*0*/ Q : P!> f(): kotlin.Unit
|
|
}
|
|
}
|