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

11 lines
219 B
Plaintext
Vendored

package test
internal var v: kotlin.Int
public open class PlatformName {
public constructor PlatformName()
// Static members
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
}