Correct line order

Report a typo

Put the lines in the correct order for this code to work.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                1 -> SecondFragment()
              
                }
              
                }
              
                0 -> FirstFragment()
              
                override fun createFragment(position: Int): Fragment {
              
                return when (position) {
              
                else -> throw AssertionError()
              
___

Create a free account to access the full topic