mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-01 00:21:29 +00:00
7 lines
192 B
Plaintext
Vendored
7 lines
192 B
Plaintext
Vendored
public abstract interface JavaBeanAbstractGetter : R|java/lang/Object| {
|
|
public abstract operator fun getRed(): R|kotlin/Int|
|
|
|
|
public abstract operator fun getBlue(): R|kotlin/Int|
|
|
|
|
}
|