fix tests in org.jetbrains.kotlin.jvm.compiler

This commit is contained in:
Michael Nedzelsky
2015-09-04 17:54:28 +03:00
parent bc5c9065d2
commit ece8bb07b2
85 changed files with 296 additions and 296 deletions
@@ -1,8 +1,8 @@
package test
kotlin.jvm.JvmOverloads() internal fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
kotlin.jvm.JvmOverloads() public fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
internal final class E1 : java.lang.Exception {
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?
@@ -14,7 +14,7 @@ public/*package*/ open class JavaClass {
public/*package*/ open fun testMethod(/*0*/ test.One!): kotlin.Unit
}
internal final class One {
public final class One {
public constructor One(/*0*/ kotlin.Int = ...)
internal final fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
public final fun one(/*0*/ kotlin.Int = ...): kotlin.Unit
}