mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
7 lines
111 B
Java
7 lines
111 B
Java
package test;
|
|
|
|
class JavaBeanVal {
|
|
String getColor() { return ""; }
|
|
void setColor(String string) { }
|
|
}
|