Add overrides by name. (#54)

This commit is contained in:
Nikolay Igotti
2016-11-14 13:25:50 +03:00
committed by GitHub
parent 248d9ad2ef
commit ae5e838305
3 changed files with 77 additions and 6 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
fun main(args : Array<String>) {
print(239)
println(239)
// TODO: enable, once override by name is implemented.
println(true)
println(3.14159)
println('A')
}