Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Kotlin
easy
Kotlin
data classes
Single-choice MCQ
Why does the Kotlin compiler reject this data class declaration?
data class Point(x: Int, y: Int)