Remove verbosity
This commit is contained in:
@@ -579,7 +579,6 @@ class GUI : Extension {
|
|||||||
// -- we don't use the property syntax here because that leads to compilation errors
|
// -- we don't use the property syntax here because that leads to compilation errors
|
||||||
@Suppress("UsePropertyAccessSyntax") val constants = jEnum.getDeclaringClass().getEnumConstants()
|
@Suppress("UsePropertyAccessSyntax") val constants = jEnum.getDeclaringClass().getEnumConstants()
|
||||||
constants.forEach {
|
constants.forEach {
|
||||||
println("hey $it")
|
|
||||||
item {
|
item {
|
||||||
label = it.name
|
label = it.name
|
||||||
data = it
|
data = it
|
||||||
|
|||||||
Reference in New Issue
Block a user