Skip to content

Instantly share code, notes, and snippets.

@ruwanka
Created March 8, 2018 18:04
Show Gist options
  • Save ruwanka/a8b5c4b6b22e44c98f50820f1292b863 to your computer and use it in GitHub Desktop.
Save ruwanka/a8b5c4b6b22e44c98f50820f1292b863 to your computer and use it in GitHub Desktop.
import java.io.File
import com.ruwanka.io.File as MyFile
fun main(args: Array<String>) {
var myFile: MyFile = MyFile()
var javaFile: File = File("test.txt");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment