shycool opened this issue 5 years ago · 2 comments
DiveIntoKotlinSamples/ch02/src/main/kotlin/samples/ch02/HofAndLambda.kt
data class Country( val name: String, val continient: String, val population: Int)
其中洲的变量名 continient 应该是continent, 多了第二个i , 在idea里报单词拼写错误
谢谢反馈
那个基于Rekotlin的项目在哪呢