fix tests in org.jetbrains.kotlin.jvm.compiler
This commit is contained in:
+7
-7
@@ -1,17 +1,17 @@
|
||||
package test
|
||||
|
||||
internal fun main(/*0*/ kotlin.Array<kotlin.String>): kotlin.Unit
|
||||
public fun main(/*0*/ kotlin.Array<kotlin.String>): kotlin.Unit
|
||||
|
||||
internal final class A {
|
||||
public final class A {
|
||||
public constructor A()
|
||||
|
||||
public companion object Companion {
|
||||
private constructor Companion()
|
||||
internal final val b: kotlin.String
|
||||
kotlin.platform.platformStatic() internal final fun test1(): kotlin.Unit
|
||||
kotlin.platform.platformStatic() internal final fun test2(): kotlin.Unit
|
||||
internal final fun test3(): kotlin.Unit
|
||||
kotlin.platform.platformStatic() internal final fun kotlin.String.test4(): kotlin.Unit
|
||||
public final val b: kotlin.String
|
||||
kotlin.platform.platformStatic() public final fun test1(): kotlin.Unit
|
||||
kotlin.platform.platformStatic() public final fun test2(): kotlin.Unit
|
||||
public final fun test3(): kotlin.Unit
|
||||
kotlin.platform.platformStatic() public final fun kotlin.String.test4(): kotlin.Unit
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user