Files
kotlin/compiler/testData/loadJava/compiledJava/sam/adapters/DeepSamLoop.txt
2017-05-05 21:30:35 +03:00

13 lines
271 B
Plaintext
Vendored

package test
public interface DeepSamLoop {
public interface Bar {
public abstract fun foo(/*0*/ p0: test.DeepSamLoop.Foo!): kotlin.Unit
}
public interface Foo {
public abstract fun foo(/*0*/ p0: test.DeepSamLoop.Bar!): kotlin.Unit
}
}