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:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
open class JavaBeanVal() {
|
||||
open fun getColor(): String? = ""
|
||||
val color: String? = ""
|
||||
//val color: String? = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user