Moving test data into subfolders
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/// KT-1187 Wrong unnecessary completion
|
||||
|
||||
fun anyfun() {
|
||||
a.b.c.d.e.f.<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// NUMBER: 0
|
||||
Vendored
+8
@@ -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
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
val a = 1.0F<caret>
|
||||
|
||||
// NUMBER: 0
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
val a = 1.0f<caret>
|
||||
|
||||
// NUMBER: 0
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
val a = 10<caret>
|
||||
}
|
||||
|
||||
// NUMBER: 0
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
val a = 1L<caret>
|
||||
|
||||
// NUMBER: 0
|
||||
Reference in New Issue
Block a user