read java bean properties as kotlin properties
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
open class DifferentGetterAndSetter() {
|
||||
open fun setSomething(p0: String?): Unit { }
|
||||
open fun getSomething() = 17
|
||||
}
|
||||
Reference in New Issue
Block a user