fun someFun is in somefile.kt it will be converted...
# getting-started
d
fun someFun is in somefile.kt it will be converted to
Copy code
public final class SomeFile {
      public static void someFun() {
      }
}