Files
kotlin-fork/compiler/testData/loadJava/compiledJava/sam/adapters/DeepSamLoop.fir.txt
T
2022-06-29 16:50:05 +00:00

11 lines
330 B
Plaintext
Vendored

public abstract interface DeepSamLoop : R|kotlin/Any| {
public abstract interface Bar : R|kotlin/Any| {
public abstract fun foo(p: R|test/DeepSamLoop.Foo!|): R|kotlin/Unit|
}
public abstract interface Foo : R|kotlin/Any| {
public abstract fun foo(p: R|test/DeepSamLoop.Bar!|): R|kotlin/Unit|
}
}