Better tests

This commit is contained in:
Valentin Kipyatkov
2016-09-12 19:37:16 +03:00
parent 5bf701ab03
commit f6b471ac01
6 changed files with 12 additions and 0 deletions
@@ -1,3 +1,5 @@
package ppp
fun foo(): String {
val s = "${foo()<caret>}"
}