Renamed test folder

This commit is contained in:
Valentin Kipyatkov
2015-09-30 18:20:52 +03:00
parent ce05434a0c
commit 1e21b0201c
14 changed files with 57 additions and 57 deletions
@@ -0,0 +1,9 @@
abstract class C(i: Int){}
fun foo(p: (Int) -> C){}
fun bar(){
foo(<caret>)
}
// ABSENT: ::C