Check compileJavaAgainstKotlin tests with .txt files
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
package test
|
||||
|
||||
internal interface A</*0*/ T> {
|
||||
internal abstract fun foo(): T
|
||||
}
|
||||
|
||||
internal final class B : test.A<kotlin.Int> {
|
||||
public constructor B()
|
||||
internal final fun foo(): kotlin.Int
|
||||
}
|
||||
|
||||
public/*package*/ open class Test {
|
||||
public/*package*/ constructor Test()
|
||||
public/*package*/ open fun test(): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user