mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
13 lines
271 B
Plaintext
Vendored
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
|
|
}
|
|
}
|