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

21 lines
680 B
Plaintext
Vendored

package test
@kotlin.jvm.JvmOverloads() public fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
public final class E1 : java.lang.Exception {
public constructor E1()
public final /*fake_override*/ fun getCause(): kotlin.Throwable?
public final /*fake_override*/ fun getMessage(): kotlin.String?
public final /*fake_override*/ fun printStackTrace(): kotlin.Unit
}
public/*package*/ open class JavaClass {
public/*package*/ constructor JavaClass()
public/*package*/ open fun testMethod(/*0*/ test.One!): kotlin.Unit
}
public final class One {
public constructor One(/*0*/ kotlin.Int = ...)
public final fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
}