I'm confused by this sentence in the docs: >If...
# getting-started
f
I'm confused by this sentence in the docs:
If a Kotlin file contains a single class (potentially with related top-level declarations), its name should be the same as the name of the class, with the .kt extension appended.
Because IntelliJ/AS removes the
.kt
if the file contains only 1 class
k
It only hides the extension, look in your file explorer.
f
ok I see
thanks