Files
kotlin/compiler/testData/loadJava/kotlinAgainstCompiledJavaWithKotlin/javaRefersToKotlin.txt
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

15 lines
301 B
Plaintext

package test
public /*synthesized*/ fun J(/*0*/ function: (test.K!) -> kotlin.Unit): test.J
public trait J {
public abstract fun foo(/*0*/ p0: test.K!): kotlin.Unit
}
internal trait K {
}
internal trait K1 : test.J {
public abstract override /*1*/ fun foo(/*0*/ k: test.K?): kotlin.Unit
}