mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
package test
|
|
|
|
public open class JavaBeanVar : java.lang.Object {
|
|
public constructor JavaBeanVar()
|
|
public open fun getColor(): jet.String?
|
|
public open fun setColor(/*0*/ p0: jet.String?): jet.Unit
|
|
}
|