Moving test data into subfolders

This commit is contained in:
Valentin Kipyatkov
2015-08-13 15:56:03 +03:00
parent 9546e46ae0
commit 13fc12bbae
34 changed files with 456 additions and 384 deletions
@@ -0,0 +1,8 @@
/// KT-1187 Wrong unnecessary completion
fun anyfun() {
a.b.c.d.e.f.<caret>
}
// INVOCATION_COUNT: 1
// NUMBER: 0
@@ -0,0 +1,8 @@
/// KT-1187 Wrong unnecessary completion
fun anyfun() {
a.b.c.d.e.f.<caret>
}
// INVOCATION_COUNT: 2
// NUMBER: 0
@@ -0,0 +1,5 @@
package kttesting<caret>.util
// Test that there won't be package with completion fake suffix
// NUMBER: 0
@@ -0,0 +1,3 @@
val a = 1.0F<caret>
// NUMBER: 0
@@ -0,0 +1,3 @@
val a = 1.0f<caret>
// NUMBER: 0
@@ -0,0 +1,5 @@
fun test() {
val a = 10<caret>
}
// NUMBER: 0
@@ -0,0 +1,3 @@
val a = 1L<caret>
// NUMBER: 0