mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
9 lines
260 B
Plaintext
Vendored
9 lines
260 B
Plaintext
Vendored
package test
|
|
|
|
public val </*0*/ K, /*1*/ V> kotlin.collections.Map<K, V>.test: kotlin.collections.Map<V, K>
|
|
|
|
public/*package*/ open class GenericProperty {
|
|
public/*package*/ constructor GenericProperty()
|
|
public/*package*/ open fun foo(): kotlin.Unit
|
|
}
|