Check compileJavaAgainstKotlin tests with .txt files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
internal fun f(): kotlin.String
|
||||
|
||||
public/*package*/ open class Hello {
|
||||
public/*package*/ constructor Hello()
|
||||
|
||||
// Static members
|
||||
public open fun xx(): kotlin.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user