Update forgotten test-data

This commit is contained in:
Mikhail Zarechenskiy
2020-06-01 15:35:24 +03:00
parent fd07d5f301
commit f073e34926
5 changed files with 11 additions and 11 deletions
@@ -35,7 +35,7 @@ object Test3 {
fun test(f: () -> Unit) {
val result = foo(1, f)
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Int")!>result<!>
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.String")!>result<!>
}
}