Check compileJavaAgainstKotlin tests with .txt files
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
package test
|
||||
|
||||
internal fun main(/*0*/ kotlin.Array<kotlin.String>): kotlin.Unit
|
||||
|
||||
internal final class A {
|
||||
public constructor A()
|
||||
|
||||
internal companion object Companion {
|
||||
private constructor Companion()
|
||||
kotlin.platform.platformStatic() internal final val b: kotlin.String
|
||||
internal final var test.A.c: kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
public/*package*/ open class Test {
|
||||
public/*package*/ constructor Test()
|
||||
|
||||
// Static members
|
||||
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user