Renamed tests

This commit is contained in:
Valentin Kipyatkov
2015-09-30 18:27:56 +03:00
parent 5fddefbf4d
commit 3f64b25df3
14 changed files with 51 additions and 51 deletions
@@ -0,0 +1,11 @@
class X{
fun foo(p: () -> Unit){}
fun bar() {
foo(this.<caret>)
}
fun f(){}
}
// NUMBER: 0