The right order

Report a typo

Put the code lines in the right order.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                val fruit = Fruit()
              
                field.set(fruit,"Apple")
              
                fun main() {
              
                }
              
                val field = fruit.javaClass.getDeclaredField("fruitName")
              
                field.isAccessible = true
              
___

Create a free account to access the full topic