mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-29 08:31:29 +00:00
7 lines
202 B
Plaintext
Vendored
7 lines
202 B
Plaintext
Vendored
public abstract interface JavaBeanAbstractGetter : R|java/lang/Object| {
|
|
public abstract operator function getRed(): R|kotlin/Int|
|
|
|
|
public abstract operator function getBlue(): R|kotlin/Int|
|
|
|
|
}
|