Created
March 8, 2018 18:04
-
-
Save ruwanka/a8b5c4b6b22e44c98f50820f1292b863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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