Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/method/platformName/PlatformName.txt
T
Denis Zharkov 4850fd10f0 Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
2015-09-18 10:14:39 +03:00

11 lines
256 B
Plaintext
Vendored

package test
@kotlin.jvm.JvmName(name = "bar") public fun foo(): kotlin.Unit
public open class PlatformName {
public constructor PlatformName()
// Static members
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
}