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