Kotlin Mastery
Open main menu
Home
About
Daily Quiz
Login
Loading...
Kotlin
Prev
What is the difference between the following two?
1
2
3
4
class Outer { class Inner { } }
1
2
3
4
class Outer { inner class Inner { } }