What does this error mean? `'val cardWidth: Float'...
# announcements
v
What does this error mean?
'val cardWidth: Float' can't be called in this context by implicit receiver. Use the explicit one if necessary
? The context is a variable (field? property?) declaration in a class : `
Copy code
val table = scene2d.table() {
   width = cardWidth
}