Check compileJavaAgainstKotlin tests with .txt files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
internal val kotlin.String.val_: kotlin.String
|
||||
internal var kotlin.String.var_: kotlin.String
|
||||
|
||||
public/*package*/ open class GenericArray {
|
||||
public/*package*/ constructor GenericArray()
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
internal val </*0*/ K, /*1*/ V> test: kotlin.Map<K, V>
|
||||
|
||||
public/*package*/ open class GenericProperty {
|
||||
public/*package*/ constructor GenericProperty()
|
||||
public/*package*/ open fun foo(): kotlin.Unit
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
internal var v: kotlin.Int
|
||||
|
||||
public open class PlatformName {
|
||||
public constructor PlatformName()
|
||||
|
||||
// Static members
|
||||
public open fun main(/*0*/ kotlin.Array<(out) kotlin.String!>!): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user