Hi, my class implements some interface, when i ad...
# announcements
d
Hi, my class implements some interface, when i add new method to interface, i get compile error on my class because i dont override all methods. When i press alt + enter on that class and select Implement members, missing method is added to my class .. is there some possibility define position on which this method will be placed? Right now its placed at the very top of class and its very annoying because its above my companion object and properties