mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
namespace test
|
|
|
|
open class test.JavaBeanVal : jet.Any {
|
|
final /*constructor*/ fun <init>(): test.JavaBeanVal
|
|
open fun getColor(): jet.String?
|
|
val color: jet.String?
|
|
}
|