Check compileJavaAgainstKotlin tests with .txt files

This commit is contained in:
Alexander Udalov
2015-05-29 19:16:29 +03:00
parent cab8f583a8
commit 7ba0dda29c
68 changed files with 1272 additions and 3 deletions
@@ -0,0 +1,13 @@
package test
public open class AccessorGenericSignature {
public constructor AccessorGenericSignature()
private final val b: test.BadClass!
}
public final class BadClass {
public constructor BadClass()
private final fun </*0*/ D> bar(/*0*/ kotlin.List<D>): kotlin.Unit
private final fun </*0*/ E : kotlin.Number, /*1*/ F : kotlin.MutableList<E>> baz(/*0*/ kotlin.List<F>): kotlin.Unit
internal final fun foo(): kotlin.Unit
}