Test data modification: Don't compute compiled bytecode for same expression twice

Result of dc9fa6d9ac commit.
Previously computation were saved into the map that were invalidated by the computation. Now map is recreated after computation and result is saved into it.
This commit is contained in:
Nikolay Krasko
2016-04-25 16:49:34 +03:00
parent 658eac2d12
commit 6b7aa98980
-2
View File
@@ -5,11 +5,9 @@ Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socke
smartcasts.kt:19
Compile bytecode for derived.prop
smartcasts.kt:19
Compile bytecode for derived.prop
smartcasts.kt:29
Compile bytecode for nullable.prop
smartcasts.kt:29
Compile bytecode for nullable.prop
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0