Right order

Report a typo

Rearrange properties so that the code:

print(a)
print(b)

produces the following output: acbc

Reorder lines using drag or arrows. Adjust indentation with left buttons
                a
              
                }
              
                "c"
              
                print("a")
              
                val a: String by lazy {
              
                }
              
                val b: String by lazy {
              
                print("b")
              
___

Create a free account to access the full topic