mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
make javabean getters/setter not visible as properties temporarily
fixes KT-1432
This commit is contained in:
@@ -4,5 +4,4 @@ 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