Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/property/GenericProperty.txt
T
2015-06-01 19:23:07 +03:00

9 lines
221 B
Plaintext
Vendored

package test
internal val </*0*/ K, /*1*/ V> test: kotlin.Map<K, V>
public/*package*/ open class GenericProperty {
public/*package*/ constructor GenericProperty()
public/*package*/ open fun foo(): kotlin.Unit
}