5 lines
114 B
Plaintext
Vendored
5 lines
114 B
Plaintext
Vendored
public abstract interface SingleAbstractMethod : R|kotlin/Any| {
|
|
public abstract fun foo(): R|kotlin/Unit|
|
|
|
|
}
|