Evaluate expression: test with doubles

This commit is contained in:
Natalia Ukhorskaya
2014-05-30 12:19:40 +04:00
parent 250b9b500b
commit 906a3ea905
3 changed files with 23 additions and 0 deletions
@@ -0,0 +1,11 @@
package doubles
fun main(args: Array<String>) {
val d1 = 1.0
val d2 = 3.0
//Breakpoint!
args.size
}
// EXPRESSION: d1 + d2
// RESULT: 4.0: D