Files
kotlin/compiler/testData/compileJavaAgainstKotlin/property/GenericProperty.txt

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
}