Evaluate expression: test with doubles
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user