38f4a35be2
#KT-52020 Fixed
11 lines
330 B
Plaintext
Vendored
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|
|
|
|
|
}
|
|
}
|