consider following situation: i have a file called...
# intellij
c
consider following situation: i have a file called
MyClass.kt
and inside a single class called
MyClass
. if i know change the name via refactoring features to
YourClass
, i'd expect the file also to be renamed to
YourClass.kt
, as it is usual in java. i know kotlin allows multiple top level classes, but in this specific case....... what do you think guys? is it worth creating a youtrack issue or am i completely wrong? 😉
2