mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-26 00:21:32 +00:00
7 lines
168 B
Plaintext
Vendored
7 lines
168 B
Plaintext
Vendored
public abstract interface JavaBeanAbstractGetter : R|kotlin/Any| {
|
|
public abstract fun getRed(): R|kotlin/Int|
|
|
|
|
public abstract fun getBlue(): R|kotlin/Int|
|
|
|
|
}
|