Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/property/platformName/PlatformName.txt
T
2015-09-08 02:04:38 +03:00

11 lines
217 B
Plaintext
Vendored

package test
public 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
}