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:
@@ -3,5 +3,4 @@ namespace test
|
||||
open class test.JavaBeanVal : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.JavaBeanVal
|
||||
open fun getColor(): jet.String?
|
||||
val color: jet.String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user