Fix typo in test name

This commit is contained in:
Alexey Tsvetkov
2017-08-22 22:08:37 +03:00
parent 141c889a84
commit cf72b14b34
7 changed files with 18 additions and 18 deletions
@@ -0,0 +1,5 @@
class A {
inline fun foo(f: () -> Unit) {
f()
}
}