mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 15:51:59 +00:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
package test
|
|
|
|
public open class JavaBeanVal {
|
|
public constructor JavaBeanVal()
|
|
public open fun getColor(): kotlin.String!
|
|
}
|