mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
read java bean properties as kotlin properties
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace test
|
||||
|
||||
open class test.JavaBeanVal : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.JavaBeanVal
|
||||
open fun getColor(): jet.String?
|
||||
open fun setColor(/*0*/ p0: jet.String?): jet.Tuple0
|
||||
var color: jet.String?
|
||||
}
|
||||
Reference in New Issue
Block a user